updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / machine-update / PKGBUILD
blob95e92b2686025c0619830ff9853fdb80636ef238
1 # Maintainer: Max Roder <maxroder@web.de>
2 # Contributor: Mathias Buren <mathias.buren@gmail.com>
4 pkgname=machine-update
5 pkgver=0.32
6 pkgrel=2
7 pkgdesc="The Linux Counter automatic update script"
8 url="https://linuxcounter.net/script"
9 arch=('any')
10 license=('GPL2')
11 depends=('perl')
12 source=("https://linuxcounter.net/script/${pkgname}")
13 md5sums=('0a7124625f2fd8b828d51a03c6e6f9b5')
15 package() {
16         install -D -m755 ${srcdir}/${pkgname} ${pkgdir}/usr/bin/${pkgname}
19 # vim:set ts=2 sw=2 et: