void-packages/srcpkgs/di/template
2020-06-05 18:05:28 +02:00

17 lines
441 B
Bash

# Template file for 'di'
pkgname=di
version=4.48
revision=1
build_style=gnu-makefile
short_desc="A disk information utility"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Zlib"
homepage="https://gentoo.com/di"
distfiles="https://gentoo.com/di/${pkgname}-${version}.tar.gz"
checksum=19d549feb59ccde7ff1cd2c48fea7b9ba99fa2285da81424603e23d8b5db3b33
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
post_install() {
vlicense LICENSE
}