void-packages/srcpkgs/subfinder/template

19 lines
568 B
Bash

# Template file for 'subfinder'
pkgname=subfinder
version=2.6.2
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/projectdiscovery/subfinder"
distfiles="https://github.com/projectdiscovery/subfinder/archive/refs/tags/v${version}.tar.gz"
checksum=36fd7fe643f0848ec6a89eab19e6fb9bf3303129dca4ce99c7c63de8bbf0cdd4
post_install() {
vlicense ../LICENSE.md
}