void-packages/srcpkgs/xbps-git/template

30 lines
1 KiB
Text
Raw Normal View History

# Template file for 'xbps-git'
pkgname=xbps-git
version="$(date -u +%Y%m%d)"
2012-07-11 18:43:03 +00:00
revision=2
2012-05-25 12:55:45 +00:00
nofetch=yes
noextract=yes
2010-05-19 20:45:31 +00:00
build_style=configure
2012-05-25 12:55:45 +00:00
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-pie --with-tests"
depends="xbps-triggers libxbps-git>=$version"
2012-07-11 18:43:03 +00:00
makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel
libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16"
2012-05-25 12:55:45 +00:00
conf_files="/etc/xbps/xbps.conf"
subpackages="libxbps-git libxbps-devel-git xbps-tests-git xbps-static-git"
2012-05-25 12:55:45 +00:00
provides="xbps-9999"
replaces="xbps>=0 xbps-devel>=0"
short_desc="The XBPS package system (development branch)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
license="BSD"
long_desc="
The XBPS package system. A new, fast, from scratch and simple
binary package manager. This packages includes code from a development
2011-07-08 21:32:43 +00:00
branch available from https://github.com/xtraeme/xbps"
do_fetch() {
local url="git://github.com/xtraeme/xbps"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}