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