# Template file for 'xbps-src' pkgname=xbps-src version=20140311 revision=2 bootstrap=yes conf_files="/etc/xbps/xbps-src.conf" depends="bash xbps>=0.33 fakeroot" build_style=gnu-makefile make_build_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps" short_desc="The XBPS package system - binary package builder" maintainer="Juan RP " homepage="https://github.com/voidlinux/xbps-src" license="Simplified BSD" do_fetch() { local url="git://github.com/xtraeme/xbps-src" msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} }