### ### maintainer: holger jahn ### pkgname='disklow' pkgver='1.2' pkgrel='3' pkgdesc='Disk space evaluation and notification for servers (think of "disk free" on steroids). Examines mounted file systems and reports the number of used/free/total blocks on screen. Sends email alert if file systems are running low on free disk space. Multiple integrated mail transport options. Quite useful when run via cron.' arch=('any') url='https://www.loomsday.co.nz/development?id=linuxutils' license=( 'GPL' 'PerlArtistic' ) depends=( 'perl' 'perl-filesys-df' 'perl-config-general' 'perl-mail-sendmail' 'perl-net-smtp-ssl' 'perl-authen-sasl' ) optdepends=( 'msmtp-mta: minimalistic system sendmail command' 's-nail: minimalistic system mail command' 'cronie: for periodic disk space monitoring' ) backup=( 'etc/disklow.conf' ) source=( "https://www.loomsday.co.nz/sources/disklow-$pkgver.tar.gz" ) package() { cd $pkgname-$pkgver install -m0644 -Dt $pkgdir/etc disklow.conf install -m0755 -Dt $pkgdir/usr/bin disklow install -m0644 -Dt $pkgdir/usr/share/doc/disklow sendmail-setup.txt install -m0644 -Dt $pkgdir/usr/share/man/man1 disklow.1 gzip -f $pkgdir/usr/share/man/man1/disklow.1 } sha256sums=('de90e0d2c5a44cfd4ee2e7723acbf2171ba4848e918ff741a744077f6cfb7dd2')