New package: dfc-git-20140105

This commit is contained in:
Ypnose 2014-01-05 15:48:17 +01:00
parent c487df0c01
commit c9437a045e
1 changed files with 16 additions and 0 deletions

16
srcpkgs/dfc-git/template Normal file
View File

@ -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 <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}
}