void-packages/srcpkgs/subfinder/template

19 lines
571 B
Bash

# Template file for 'subfinder'
pkgname=subfinder
version=2.6.3
revision=1
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"
distfiles="https://github.com/projectdiscovery/subfinder/archive/refs/tags/v${version}.tar.gz"
checksum=bd587a7545504949b18e7bf781fe4165e62785881a32969e42f911e85f95cf14
post_install() {
vlicense ../LICENSE.md
}