9e2270dce9
Harmless changes, just so the buildbot catches them.
19 lines
629 B
Bash
19 lines
629 B
Bash
# 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
|
|
}
|