void-packages/srcpkgs/gobuster/template
Érico Rolim 8e6b3b3aa4 gobuster: fix go_import_path.
This allows us to remove git from hostmakedepends, since it was only
being used to download v1 of gobuster in order to build that, instead of
building the current version.

Fixes #28846.
2021-02-18 16:31:47 -03:00

16 lines
474 B
Bash

# Template file for 'gobuster'
pkgname=gobuster
version=3.1.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=a49e597412a0be68020f2836c4f33276cb653d00543f59d4cff34b053b8d9a10
post_install() {
vdoc README.md
}