void-packages/srcpkgs/gobuster/template
2020-10-27 07:42:31 -05:00

18 lines
493 B
Bash

# Template file for 'gobuster'
pkgname=gobuster
version=3.1.0
revision=1
build_style=go
go_import_path=github.com/OJ/gobuster
hostmakedepends="git"
short_desc="Directory, file and DNS busting tool"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/OJ/gobuster"
distfiles="https://github.com/OJ/gobuster/archive/v${version}.tar.gz"
checksum=a49e597412a0be68020f2836c4f33276cb653d00543f59d4cff34b053b8d9a10
post_install() {
vdoc README.md
}