void-packages/srcpkgs/di/template

17 lines
461 B
Bash
Raw Normal View History

2014-12-09 08:24:46 +00:00
# Template file for 'di'
pkgname=di
2016-02-23 11:14:37 +00:00
version=4.42
2016-01-25 12:00:56 +00:00
revision=1
2016-01-07 22:13:33 +00:00
build_style=gnu-makefile
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
2014-12-11 22:59:40 +00:00
short_desc="A disk information utility"
2016-01-23 20:32:04 +00:00
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
2014-12-09 08:24:46 +00:00
homepage="http://www.gentoo.com/di"
license="zlib"
distfiles="http://www.gentoo.com/di/${pkgname}-${version}.tar.gz"
2016-02-23 11:14:37 +00:00
checksum=f61865a0f18de49caaa2bf40fe2ed1677a755173e9d3809111c8b668db4fd5c4
2014-12-09 08:24:46 +00:00
2016-01-07 22:13:33 +00:00
post_install() {
2014-12-11 22:59:40 +00:00
vlicense LICENSE
2014-12-09 08:24:46 +00:00
}