17 lines
474 B
Bash
17 lines
474 B
Bash
# Template file for 'gobuster'
|
|
pkgname=gobuster
|
|
version=3.6.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path=github.com/OJ/gobuster/v3
|
|
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=509b16ca713de02f8fcdc7b33d97e7e18b687bb99634dde076be38297d4b401b
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|