19 lines
540 B
Bash
19 lines
540 B
Bash
|
# Template file for 'subfinder'
|
||
|
pkgname=subfinder
|
||
|
version=2.4.5
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
go_import_path="github.com/projectdiscovery/subfinder"
|
||
|
go_package="${go_import_path}/v2/cmd/subfinder"
|
||
|
hostmakedepends="git"
|
||
|
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
|
||
|
}
|