xbps-git: add INSTALL script to remember running xbps-pkgdb(8).
This commit is contained in:
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,7 +1,7 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user