[aur-general] Update: disklow
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
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.'
pkgdesc should be 80 characters or less. See https://wiki.archlinux.org/index.php/PKGBUILD#pkgdesc. -- Daniel Moch daniel@danielmoch.com http://djmoch.org
Hi Holger,
pkgdir should always be quoted ("$pkgdir"), to handle cases where variable expansion results in string splits (spaces). As mentioned, pkgdesc should also be 80 chars or less.
gzip -f $pkgdir/usr/share/man/man1/disklow.1
Gzip'ing man pages isn't necessary, as makepkg does that for you already (see /etc/makepkg.conf, keyword 'zipman') with system-wide settings.
pkgrel='3'
When you're ready to push this PKGBUILD to the AUR, you *could* reset pkgrel to 1, since it'd be the first PKGBUILD release there (instead of starting from 3). HTH -- Jean Lucas <jean@4ray.co>
Hi Jean, Many thanks. I made the suggested changes, and finally created the AUR package: https://aur.archlinux.org/packages/disklow/ Regards, Holger On 4/09/19 8:30 am, Jean Lucas via aur-general wrote:
participants (3)
-
Daniel Moch
-
Holger Jahn
-
Jean Lucas