void-packages/srcpkgs/dfc-git/template

22 lines
579 B
Text
Raw Normal View History

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