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