19 lines
519 B
Text
19 lines
519 B
Text
# Template file for 'dfc-git'
|
|
pkgname=dfc-git
|
|
version=20140220
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DXDG_CONFIG_DIR=/etc/xdg"
|
|
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"
|
|
|
|
conf_files="/etc/xdg/dfc/dfcrc"
|
|
|
|
do_fetch() {
|
|
local url="git://gw-computing.net/dfc"
|
|
msg_normal "Fetching source from $url ...\n"
|
|
git clone ${url} ${pkgname}-${version}
|
|
}
|