mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 13:42:37 +00:00
rebuild(main/dnslookup): after TERMUX_PKG_GO_USE_OLDER removal
- Also use standard maintainer format.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/ameshkov/dnslookup
|
||||
TERMUX_PKG_DESCRIPTION="Simple command line utility to make DNS lookups. Supports all known DNS protocols: plain DNS, DoH, DoT, DoQ, DNSCrypt."
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="kay9925@outlook.com"
|
||||
TERMUX_PKG_MAINTAINER="CHIZI-0618 <kay9925@outlook.com>"
|
||||
TERMUX_PKG_VERSION="1.11.1"
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL="https://github.com/ameshkov/dnslookup/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz"
|
||||
TERMUX_PKG_SHA256=31967c89406aa6da5f69c563815e58478b530c8e55f0d995065a363f68d5e535
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_GO_USE_OLDER=false
|
||||
|
||||
termux_step_make() {
|
||||
termux_setup_golang
|
||||
@@ -18,5 +18,5 @@ termux_step_make() {
|
||||
}
|
||||
|
||||
termux_step_make_install() {
|
||||
install -Dm700 ${TERMUX_PKG_NAME} ${TERMUX_PREFIX}/bin
|
||||
install -Dm700 "${TERMUX_PKG_NAME}" "${TERMUX_PREFIX}/bin"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user