void-packages/srcpkgs/dfc-git/template
2014-01-05 15:48:17 +01:00

17 lines
443 B
Plaintext

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