New package: disklow-1.2

This commit is contained in:
Holger Jahn 2021-02-10 22:43:38 +13:00 committed by Érico Nogueira Rolim
parent 37840867a7
commit 2341b0419a
1 changed files with 18 additions and 0 deletions

18
srcpkgs/disklow/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'disklow'
pkgname=disklow
version=1.2
revision=1
depends="perl-Filesys-Df perl-Config-General perl-Mail-Sendmail perl-Net-SMTP-SSL perl-Authen-SASL"
short_desc="Fine grained disk space reporting with emphasis on mail functionality"
maintainer="Holger Jahn <holger@loomsday.co.nz>"
license="Artistic-1.0-Perl"
homepage="https://loomsday.co.nz/development?id=linuxutils"
distfiles="https://loomsday.co.nz/sources/disklow-${version}.tar.gz"
checksum=05b9f510278147f24b0556eb745ff2b71c98c00fedf33434744fbe76ec884c26
do_install() {
vbin disklow
vconf disklow.conf
vman disklow.1
vdoc sendmail-setup.txt
}