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