New package: gobuster-1.4.1
Closes #20. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
c2293a2d88
commit
4b614fe225
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'gobuster'
|
||||
pkgname=gobuster
|
||||
version=1.4.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=d5b8032aac6c4e1975b8302a6192274610f601a659253861e71ec5bca1c4da38
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vdoc THANKS
|
||||
}
|
Loading…
Reference in New Issue