New package: subfinder-2.4.5
This commit is contained in:
parent
19f200c099
commit
4ddadae5ee
|
@ -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 New Issue