Files
Aaron Madlon-KayandAaron Madlon-Kay 0a9437e290 golang ports: specify github.tarball_from archive in portgroup
For the main distfile only. Vendors will need a bigger, separate migration.

Ports that don't specify are set to `tarball`.
2025-03-07 07:03:15 +09:00

32 lines
1.0 KiB
Tcl

# -*- 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/ffuf/ffuf 2.1.0 v
go.offline_build no
revision 0
description Fast web fuzzer written in Go
long_description \
{*}${description}. Supports virtual host discovery, directory discovery, \
GET & POST parameter fuzzing, and more.
categories security www
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 20eb041ea1b3cb52d9f605af64717735e187506e \
sha256 52d3daf5b97528a74b7b3305decd4bb01a553a8f18d39fc107ebc15dc3113de7 \
size 273450
build.pre_args-append \
-ldflags \"-X ${go.package}/pkg/ffuf.VERSION_APPENDIX= \"
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}