19 lines
521 B
Bash
19 lines
521 B
Bash
# Template file for 'subfinder'
|
|
pkgname=subfinder
|
|
version=2.4.5
|
|
revision=2
|
|
build_style=go
|
|
build_wrksrc=v2
|
|
go_import_path="github.com/projectdiscovery/subfinder/v2"
|
|
go_package="./cmd/subfinder"
|
|
short_desc="Passive subdomain discovery tool"
|
|
maintainer="w. fnintr <wfnintr@null.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/projectdiscovery/subfinder"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=1adbd9c180f7ca6378796748491e23a808e423268bc61fe63af0206877f0ba68
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE.md
|
|
}
|