xbps-git: add INSTALL script to remember running xbps-pkgdb(8).
This commit is contained in:
parent
bc3e6a360a
commit
868edb4865
2 changed files with 15 additions and 3 deletions
12
srcpkgs/xbps-git/INSTALL
Normal file
12
srcpkgs/xbps-git/INSTALL
Normal file
|
@ -0,0 +1,12 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
cat <<_EOF
|
||||
=====================================================================
|
||||
|
||||
Don't forget to run 'xbps-pkgdb [-r rootdir] -a' to update the pkg
|
||||
metadata format to 0.18.
|
||||
|
||||
=====================================================================
|
||||
_EOF
|
||||
;;
|
||||
esac
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue