16 lines
461 B
Bash
16 lines
461 B
Bash
# Template file for 'di'
|
|
pkgname=di
|
|
version=4.42
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
|
|
short_desc="A disk information utility"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
homepage="http://www.gentoo.com/di"
|
|
license="zlib"
|
|
distfiles="http://www.gentoo.com/di/${pkgname}-${version}.tar.gz"
|
|
checksum=f61865a0f18de49caaa2bf40fe2ed1677a755173e9d3809111c8b668db4fd5c4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|