xbps-git: add INSTALL script to remember running xbps-pkgdb(8).

This commit is contained in:
Juan RP
2012-11-17 11:03:36 +01:00
parent bc3e6a360a
commit 868edb4865
2 changed files with 15 additions and 3 deletions

View File

@@ -1,15 +1,15 @@
# Template file for 'xbps-git'
pkgname=xbps-git
version="$(date -u +%Y%m%d)"
revision=1
revision=2
nofetch=yes
noextract=yes
build_style=configure
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin
--with-static --with-tests"
--with-static --with-tests"
depends="xbps-triggers libxbps>=${version}"
makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel
libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16"
libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16"
conf_files="/etc/xbps/xbps.conf"
subpackages="libxbps-git libxbps-devel-git xbps-tests-git xbps-static-git"
provides="xbps-${version}"