17 lines
551 B
Bash
17 lines
551 B
Bash
# Template file for 'dfc'
|
|
pkgname=dfc
|
|
version=3.1.0
|
|
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.eu>'
|
|
license="BSD"
|
|
homepage="http://projects.gw-computing.net/projects/dfc"
|
|
distfiles="http://projects.gw-computing.net/attachments/download/614/${pkgname}-${version}.tar.gz"
|
|
checksum=8ad98ba1a9685a1bf33a2d3b8f2737dedef6019543d19d1b5ebd1783be740feb
|
|
conf_files="/etc/xdg/dfc/dfcrc"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|