66-tools: update to 0.0.8.0.
This commit is contained in:
parent
cd198b56f0
commit
0bf5d7bf28
2 changed files with 3 additions and 20 deletions
srcpkgs/66-tools
|
@ -1,17 +0,0 @@
|
|||
--- a/doc/make-man.sh
|
||||
+++ b/doc/make-man.sh
|
||||
@@ -10,11 +10,9 @@ done
|
||||
|
||||
for i in ${man1}; do
|
||||
lowdown -s -Tman doc/"${i}".md -o doc/man/man1/"${i}".1
|
||||
- var=$(head -n1 < doc/man/man1/"${i}".1)
|
||||
- var=$(printf '%s' "$var" | tr '7' '1')
|
||||
- var="${var} \"\" \"General Commands Manual\""
|
||||
- sed -i "s!^.TH.*!${var}!" doc/man/man1/"${i}".1
|
||||
- sed -i '2,7d' doc/man/man1/"${i}".1
|
||||
+ var=$(sed -n '/^.TH/p' doc/man/man1/"${f}".1 | tr '7' '1')
|
||||
+ sed -i "s!^.TH.*!${var}!" doc/man/man1/"${f}".1
|
||||
+ sed -i '4,8d' doc/man/man1/"${f}".1
|
||||
done
|
||||
|
||||
man_5(){
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for '66-tools'
|
||||
pkgname=66-tools
|
||||
version=0.0.7.3
|
||||
version=0.0.8.0
|
||||
revision=1
|
||||
wrksrc=${pkgname}-v${version}
|
||||
wrksrc="66-tools-v${version}"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr
|
||||
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
||||
|
@ -16,7 +16,7 @@ license="ISC"
|
|||
homepage="http://web.obarun.org/software/index.html"
|
||||
changelog="https://framagit.org/Obarun/66-tools/-/raw/master/doc/upgrade.md"
|
||||
distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
|
||||
checksum=c8cbe0d6c104e4d87d588d5980201770a6fd2fad11f99ff138a37ff918d68491
|
||||
checksum=58f072ce1bbc6b6440046d3dc860ca31bb3f39801d09853141006dd5f7041dbb
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue