# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           golang 1.0

go.setup            github.com/OJ/gobuster 3.7.0 v
categories          www security
maintainers         {i0ntempest @i0ntempest} openmaintainer
license             Apache-2

description         Directory/File, DNS and VHost busting tool written in Go
long_description    "Gobuster is a tool used to brute-force:
    - URIs (directories and files) in web sites.
    - DNS subdomains (with wildcard support).
    - Virtual Host names on target web servers.
    - Open Amazon S3 buckets
    - Open Google Cloud buckets
    - TFTP servers"

checksums           rmd160  d6a0e1f2d7dae43bd2c4a5fc0c1dbe1f140ac94b \
                    sha256  893f1979b453d655880c19552e1f894110a661a4057a58e95a4d7505bf6d7fa8 \
                    size    88404

# Incompatible domains in 3.7.0
go.offline_build    no

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
