mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
whois: update to 5.5.16.
This commit is contained in:
parent
94d6de06b5
commit
9edcf70e50
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'whois'
|
# Template file for 'whois'
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
version=5.5.15
|
version=5.5.16
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf"
|
make_build_args="HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf"
|
||||||
|
@ -14,23 +14,27 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://www.linux.it/~md/software"
|
homepage="https://www.linux.it/~md/software"
|
||||||
changelog="https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog"
|
changelog="https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog"
|
||||||
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||||
checksum=16951471874750cd735405cc995d659f8b45005f6dfe4eabf71e8b4f59f8aeb8
|
checksum=0a818f56c4bb909cf8665766cb683931de52901d6a33627d51b1005add3cdb27
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
whois:whois:/usr/bin/gwhois
|
whois:whois:/usr/bin/gwhois
|
||||||
whois:whois.1:/usr/share/man/man1/gwhois.1"
|
whois:whois.1:/usr/share/man/man1/gwhois.1
|
||||||
|
whois:whois:/usr/share/bash-completion/completions/gwhois"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/bin/{whois,gwhois}
|
mv ${DESTDIR}/usr/bin/{whois,gwhois}
|
||||||
mv ${DESTDIR}/usr/share/man/man1/{whois,gwhois}.1
|
mv ${DESTDIR}/usr/share/man/man1/{whois,gwhois}.1
|
||||||
|
vcompletion whois.bash bash gwhois
|
||||||
}
|
}
|
||||||
|
|
||||||
mkpasswd_package() {
|
mkpasswd_package() {
|
||||||
short_desc="Feature-rich front end to crypt(3) password encryption"
|
short_desc="Feature-rich front end to crypt(3) password encryption"
|
||||||
alternatives="mkpasswd:mkpasswd:/usr/bin/gmkpasswd
|
alternatives="mkpasswd:mkpasswd:/usr/bin/gmkpasswd
|
||||||
mkpasswd:mkpasswd.1:/usr/share/man/man1/gmkpasswd.1"
|
mkpasswd:mkpasswd.1:/usr/share/man/man1/gmkpasswd.1
|
||||||
|
mkpasswd:mkpasswd:/usr/share/bash-completion/completions/gmkpasswd"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vbin mkpasswd gmkpasswd
|
vbin mkpasswd gmkpasswd
|
||||||
vman mkpasswd.1 gmkpasswd.1
|
vman mkpasswd.1 gmkpasswd.1
|
||||||
|
vcompletion mkpasswd.bash bash gmkpasswd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue