void-packages/srcpkgs/xbps-src/template
2013-03-29 10:45:26 +01:00

24 lines
641 B
Plaintext

# Template file for 'xbps-src'
pkgname=xbps-src
version=20130329
revision=1
build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
conf_files="/etc/xbps/xbps-src.conf"
short_desc="The XBPS package system - binary package builder"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
license="GPL-2"
nofetch=yes
noextract=yes
depends="bash xbps-triggers>=0.54 fakeroot"
replaces="xbps-src-git>=0"
do_fetch() {
local url="git://github.com/xtraeme/xbps-src"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}