void-packages/srcpkgs/whois/template
2020-01-25 16:40:12 +01:00

38 lines
1.1 KiB
Bash

# Template file for 'whois'
pkgname=whois
version=5.5.5
revision=1
wrksrc=whois
hostmakedepends="perl pkg-config gettext"
makedepends="libidn2-devel"
short_desc="Improved whois client"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
changelog="https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog"
homepage="https://www.linux.it/~md/software"
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
checksum=c30e8a444482eadac157be42649833ef77c5ea9fb5cbcbabb6ee3f2254e5530d
alternatives="
whois:whois:/usr/bin/gwhois
whois:whois.1:/usr/share/man/man1/gwhois.1"
do_build() {
make CC=$CC prefix=/usr HAVE_ICONV=1
}
do_install() {
make prefix=/usr BASEDIR=${DESTDIR} install-whois
mv ${DESTDIR}/usr/bin/{whois,gwhois}
mv ${DESTDIR}/usr/share/man/man1/{whois,gwhois}.1
}
mkpasswd_package() {
short_desc="Feature-rich front end to crypt(3) password encryption"
alternatives="mkpasswd:mkpasswd:/usr/bin/gmkpasswd
mkpasswd:mkpasswd.1:/usr/share/man/man1/gmkpasswd.1"
pkg_install() {
vbin mkpasswd gmkpasswd
vman mkpasswd.1 gmkpasswd.1
}
}