20 lines
638 B
Bash
20 lines
638 B
Bash
# Template file for 'subfinder'
|
|
pkgname=subfinder
|
|
version=2.6.6
|
|
revision=2
|
|
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="cinerea0 <cinerea0@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/projectdiscovery/subfinder"
|
|
changelog="https://github.com/projectdiscovery/subfinder/releases"
|
|
distfiles="https://github.com/projectdiscovery/subfinder/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=636bccb8b5a18b709f735f29979e53752f3d71e1c246b7ce845d802766937bf2
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE.md
|
|
}
|