16 lines
455 B
Bash
16 lines
455 B
Bash
# Template file for 'di'
|
|
pkgname=di
|
|
version=4.43
|
|
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="https://gentoo.com/di"
|
|
license="zlib"
|
|
distfiles="https://gentoo.com/di/${pkgname}-${version}.tar.gz"
|
|
checksum=c8374d2ab7a82274d733be01639f48440accf4c70c70b152f5fa3b1c8a9745e0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|