# Template file for 'whois' pkgname=whois version=5.5.13 revision=1 wrksrc=whois build_style=gnu-makefile make_build_args="prefix=/usr HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf" make_install_args="prefix=/usr BASEDIR=\${DESTDIR}" make_install_target="install-whois" hostmakedepends="perl pkg-config gettext" makedepends="libidn2-devel" short_desc="Improved whois client" maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://www.linux.it/~md/software" changelog="https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog" distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz" checksum=62e613f116d5635aea6684238db00b030a6602ffc79462e4a0a8e62cb184b5d7 alternatives=" whois:whois:/usr/bin/gwhois whois:whois.1:/usr/share/man/man1/gwhois.1" post_install() { 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 } }