subfinder: build with go.mod
Otherwise, ftbfs.
This commit is contained in:
parent
24ce263ea4
commit
233ddb5716
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'subfinder'
|
||||
pkgname=subfinder
|
||||
version=2.4.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/projectdiscovery/subfinder"
|
||||
go_package="${go_import_path}/v2/cmd/subfinder"
|
||||
hostmakedepends="git"
|
||||
build_wrksrc=v2
|
||||
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"
|
||||
|
@ -14,5 +14,5 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
|
|||
checksum=1adbd9c180f7ca6378796748491e23a808e423268bc61fe63af0206877f0ba68
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
vlicense ../LICENSE.md
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue