16 lines
478 B
Bash
16 lines
478 B
Bash
# Template file for 'xdu'
|
|
pkgname=xdu
|
|
version=3.1
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
makedepends="libXaw-devel"
|
|
short_desc="Display the output of du(1) in an X window"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT, X11"
|
|
homepage="https://github.com/leahneukirchen/xdu"
|
|
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=13035b0642b1042debf6c84d0963b3fd3914f76c8dfb9c8c6f852ee1451eea1f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|