termux-packages/packages/dnsmap/build.sh
Leonid Pliushch b584b15dda
revoke maintainership by Rabby Sheikh
1. No activity.
2. At least one package has inconsistent username specified.
2021-10-10 16:38:48 +03:00

14 lines
511 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/resurrecting-open-source-projects/dnsmap
TERMUX_PKG_DESCRIPTION="Subdomain Bruteforcing Tool"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.36
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/resurrecting-open-source-projects/dnsmap/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=f52d6d49cbf9a60f601c919f99457f108d51ecd011c63e669d58f38d50ad853c
TERMUX_PKG_AUTO_UPDATE=true
termux_step_pre_configure() {
./autogen.sh
}