Merge pull request #246 from Ypnose/master

New package: dfc-git-20140105
This commit is contained in:
Juan RP 2014-01-05 08:12:32 -08:00
commit e1598da4cb

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