void-packages/srcpkgs/gobuster/template

19 lines
506 B
Bash
Raw Normal View History

# Template file for 'gobuster'
pkgname=gobuster
2018-08-11 16:47:25 +00:00
version=1.4.2
revision=1
build_style=go
2018-08-11 16:47:25 +00:00
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"
2018-08-11 16:47:25 +00:00
checksum=e90990f45f06324eb2378369b795a526a6145ca12c8a631493505f1ecfada74f
post_install() {
vdoc README.md
vdoc THANKS
}