New package: dfc-git-20140105
This commit is contained in:
parent
c487df0c01
commit
c9437a045e
|
@ -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}
|
||||
}
|
Loading…
Reference in New Issue