void-packages/srcpkgs/dfc-git/template
2014-09-23 20:55:15 +00:00

22 lines
579 B
Plaintext

# Template file for 'dfc-git'
pkgname=dfc-git
version=20140923
revision=1
build_style=cmake
configure_args="-DXDG_CONFIG_DIR=/etc/xdg"
hostmakedepends="cmake git"
short_desc="Display file system space usage using graphs and colors"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="BSD"
homepage="http://projects.gw-computing.net/projects/dfc"
provides="dfc-${version}_${revision}"
replaces="dfc>=0"
conf_files="/etc/xdg/dfc/dfcrc"
do_fetch() {
local url="git://gw-computing.net/dfc"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}