19 lines
506 B
Bash
19 lines
506 B
Bash
# Template file for 'gobuster'
|
|
pkgname=gobuster
|
|
version=3.0.1
|
|
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=9c70c73b4c08b02d1fc722cd82eda3d8ce683de53b08c8bddd31fc5c4d90a977
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vdoc THANKS
|
|
}
|