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