1
0
forked from ports/opt

prt-get-bashcompletion: adopted, updated to version 5.19.3

This commit is contained in:
Matt Housh 2020-07-01 10:26:11 -05:00
parent ad2f81c8e3
commit b21aba3533
2 changed files with 7 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZwONBiUuC73jxOQKsi00DoQRS030UqwOAydBUpUkgNzfTGNeS9AQm0xeQIXL6xX3wOrAQQSQTZuE+rRhs9mGAQ=
SHA256 (Pkgfile) = 01cbe897e1fdcc91a48a6504387caaa702778a5fc82e13069dc1781e575d3961
RWSE3ohX2g5d/RcjTiSEkCVZgyoAku35hXAl5A/Y01n5J3bao76M/34iY2TnAIqN+nPuiaOFHFO7bCBU2Xcho1wL2cKxeXrsqA4=
SHA256 (Pkgfile) = 62e50c93d6c75ca6f0a0ebada763121e46e58390e800c43c82ef9c677e8b00b3
SHA256 (.footprint) = 34ebc63fd791bc1f8ad145a37b20628544ebed4b104495ebc92f3c03f1de785e
SHA256 (prt-get-5.19.tar.gz) = 987218709abf43cf6ce7a0941aff5802c3397d914a2485ebe3c3892e6062cd89
SHA256 (prt-get-5.19.3.tar.xz) = 4d2e3071cc32a569c286aa517f52bfec2e3d826171cdbeb1e4694d99a2e73c01

View File

@ -1,17 +1,14 @@
# Description: Programmable bash completion for prt-get
# URL: http://www.hta-bi.bfh.ch/~winkj/software_prt-get.html
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Johannes Winkelmann, jw at tks6 dot net
# URL: https://crux.nu/gitweb/?p=tools/prt-get.git;a=summary
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: bash-completion
name=prt-get-bashcompletion
version=5.19
version=5.19.3
release=1
source=(http://crux.nu/files/prt-get-$version.tar.gz)
source=(http://crux.nu/files/prt-get-$version.tar.xz)
build() {
sed -i prt-get-$version/misc/prt-get_complete \
-e 's|listofphans|listorphans|'
install -D -m 755 prt-get-$version/misc/prt-get_complete \
$PKG/etc/bash_completion.d/prt-get
}