1 # Maintainer: Max Roder <maxroder@web.de>
2 # Contributor: Mathias Buren <mathias.buren@gmail.com>
7 pkgdesc="The Linux Counter automatic update script"
8 url="https://linuxcounter.net/script.html"
11 depends=('lsb-release')
12 #tested but not used in the script: 'at' 'links' 'net-tools' 'module-init-tools' 'sysstat'
13 #not found: kldstat, lastlogin
14 optdepends=('cron: use cron to automatically update your counter entry')
15 replaces=('machine-update')
16 conflicts=('machine-update')
17 source=("http://linuxcounter.net/script/old/${pkgname}-${pkgver}.sh")
18 sha256sums=('4a2cc2795f72df87a7a2bd75ffe548eb1e538603e29125d359f8583719d8c2a7')
21 install -D -m755 ${srcdir}/${pkgname}-${pkgver}.sh ${pkgdir}/usr/bin/${pkgname}
24 # vim:set ts=2 sw=2 et: