mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-18 07:33:50 +00:00
dnsutils: add delv command
This commit is contained in:
committed by
Fredrik Fornwall
parent
7fff3ed36c
commit
251d059e63
@@ -1,6 +1,7 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://www.isc.org/downloads/bind/
|
||||
TERMUX_PKG_DESCRIPTION="Clients provided with BIND"
|
||||
TERMUX_PKG_VERSION=9.13.3
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SHA256=76674cf2a3e61766aed5c7fd1ee6ed3da133a9e331b35b24f40efdf1bbac5b44
|
||||
TERMUX_PKG_SRCURL="ftp://ftp.isc.org/isc/bind9/${TERMUX_PKG_VERSION}/bind-${TERMUX_PKG_VERSION}.tar.gz"
|
||||
TERMUX_PKG_DEPENDS="openssl, readline, resolv-conf"
|
||||
@@ -39,6 +40,7 @@ termux_step_make () {
|
||||
make -C lib/bind9
|
||||
make -C lib/irs
|
||||
make -C bin/dig
|
||||
make -C bin/delv
|
||||
make -C bin/nsupdate
|
||||
}
|
||||
|
||||
@@ -50,5 +52,6 @@ termux_step_make_install () {
|
||||
make -C lib/bind9 install
|
||||
make -C lib/irs install
|
||||
make -C bin/dig install
|
||||
make -C bin/delv install
|
||||
make -C bin/nsupdate install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user