New package: subfinder-2.4.5
This commit is contained in:
parent
19f200c099
commit
4ddadae5ee
1 changed files with 18 additions and 0 deletions
18
srcpkgs/subfinder/template
Normal file
18
srcpkgs/subfinder/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in a new issue