void-packages/srcpkgs/di/template
2018-04-12 18:25:48 -04:00

16 lines
441 B
Bash

# Template file for 'di'
pkgname=di
version=4.46
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=3cc77280618d5e7b61eeedd3f25bb8521a6de5420793d73e217ce2c83d8e5333
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
post_install() {
vlicense LICENSE
}