termux-packages/packages/dnsmap/build.sh

12 lines
480 B
Bash
Raw Normal View History

2020-02-25 11:31:50 +01:00
TERMUX_PKG_HOMEPAGE=https://github.com/resurrecting-open-source-projects/dnsmap
2020-02-24 21:01:58 +01:00
TERMUX_PKG_DESCRIPTION="Subdomain Bruteforcing Tool"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Rabby Sheikh @xploitednoob"
2020-02-25 11:31:50 +01:00
TERMUX_PKG_VERSION=0.35
TERMUX_PKG_SRCURL=https://github.com/resurrecting-open-source-projects/dnsmap/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=6c8d28e461530721ed19314a6788f756a46c98356b5d66fa8b54294778c1f193
termux_step_pre_configure() {
./autogen.sh
}