2014-01-05 14:48:17 +00:00
|
|
|
# Template file for 'dfc-git'
|
|
|
|
pkgname=dfc-git
|
2014-09-23 20:55:05 +00:00
|
|
|
version=20140923
|
2014-01-05 14:48:17 +00:00
|
|
|
revision=1
|
|
|
|
build_style=cmake
|
2014-02-20 10:05:53 +00:00
|
|
|
configure_args="-DXDG_CONFIG_DIR=/etc/xdg"
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="cmake git"
|
2014-01-05 14:48:17 +00:00
|
|
|
short_desc="Display file system space usage using graphs and colors"
|
|
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
|
|
license="BSD"
|
|
|
|
homepage="http://projects.gw-computing.net/projects/dfc"
|
2014-05-31 11:09:58 +00:00
|
|
|
provides="dfc-${version}_${revision}"
|
|
|
|
replaces="dfc>=0"
|
2014-01-05 14:48:17 +00:00
|
|
|
|
2014-02-20 10:05:53 +00:00
|
|
|
conf_files="/etc/xdg/dfc/dfcrc"
|
|
|
|
|
2014-01-05 14:48:17 +00:00
|
|
|
do_fetch() {
|
|
|
|
local url="git://gw-computing.net/dfc"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|