17 lines
457 B
Bash
17 lines
457 B
Bash
# Template file for 'di'
|
|
pkgname=di
|
|
version=4.53
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="A disk information utility"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Zlib"
|
|
homepage="https://diskinfo-di.sourceforge.io/"
|
|
distfiles="${SOURCEFORGE_SITE}/diskinfo-di/di-${version}.tar.gz"
|
|
checksum=00dd5befc11dac8d65a68b248fd34158a2e6a850c2e4e2ab77594c79aa01e83e
|
|
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|