diff --git a/srcpkgs/dfc-git/template b/srcpkgs/dfc-git/template new file mode 100644 index 00000000000..12555bb7b06 --- /dev/null +++ b/srcpkgs/dfc-git/template @@ -0,0 +1,16 @@ +# 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 " +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} +}