16 lines
443 B
Bash
16 lines
443 B
Bash
# Template file for 'di'
|
|
pkgname=di
|
|
version=4.47.1
|
|
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=eea8ad94197d9f11790afea0924d8bf29ec001c32eb6209e81c4e13766a2abad
|
|
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|