void-packages/srcpkgs/di/template

17 lines
451 B
Bash
Raw Normal View History

2014-12-09 09:24:46 +01:00
# Template file for 'di'
pkgname=di
2016-01-23 20:57:42 +01:00
version=4.40
2014-12-09 09:24:46 +01:00
revision=1
2016-01-07 23:13:33 +01:00
build_style=gnu-makefile
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
2014-12-11 23:59:40 +01:00
short_desc="A disk information utility"
2014-12-09 09:24:46 +01:00
maintainer="Michael Fellinger <mf@dotabuff.com>"
homepage="http://www.gentoo.com/di"
license="zlib"
distfiles="http://www.gentoo.com/di/${pkgname}-${version}.tar.gz"
2016-01-23 20:57:42 +01:00
checksum=cfff021f33cadcd8536967164ddbe2947c67b690b086b27e478540eedb002af1
2014-12-09 09:24:46 +01:00
2016-01-07 23:13:33 +01:00
post_install() {
2014-12-11 23:59:40 +01:00
vlicense LICENSE
2014-12-09 09:24:46 +01:00
}