17 lines
531 B
Bash
17 lines
531 B
Bash
# Template file for 'dfc'
|
|
pkgname=dfc
|
|
version=3.1.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DXDG_CONFIG_DIR=/etc/xdg"
|
|
short_desc="Display file system space usage using graphs and colors"
|
|
maintainer='Juan RP <xtraeme@voidlinux.org>'
|
|
license="3-clause-BSD"
|
|
homepage="http://projects.gw-computing.net/projects/dfc"
|
|
distfiles="https://github.com/Rolinh/dfc/archive/v${version}.tar.gz"
|
|
checksum=cea18fab1f053eddc359530816712edd1f497c556035a7c4d63ac87a4abc4b28
|
|
conf_files="/etc/xdg/dfc/dfcrc"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|