19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'subfinder'
|
|
pkgname=subfinder
|
|
version=2.5.2
|
|
revision=1
|
|
build_wrksrc=v2
|
|
build_style=go
|
|
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="https://github.com/projectdiscovery/subfinder/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=3f99323effbbc0d8f1d5181ac4cc1c5bd31b50a1eb792866269ec44acf308f1d
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE.md
|
|
}
|