[aur-general] Update: disklow

Holger Jahn lists at loomsday.co.nz
Tue Sep 3 13:16:56 UTC 2019


Good day,

Please find attached the updated disklow PKGBUILD.

Notable changes: source() tarball now on source server where it belongs, 
added a landing page for url(), and using sha256sums() for checksumming.

Let me know if this latest version is passing the quality bar for 
introduction to AUR.

Many thanks,

Holger
-------------- next part --------------

###
### maintainer: holger jahn <holger at loomsday.co.nz>
###

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')


More information about the aur-general mailing list