mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
16 lines
419 B
Bash
16 lines
419 B
Bash
# Template file for 'ffuf'
|
|
pkgname=ffuf
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/ffuf/ffuf/v2"
|
|
short_desc="Fast web fuzzer"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/ffuf/ffuf"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=52d3daf5b97528a74b7b3305decd4bb01a553a8f18d39fc107ebc15dc3113de7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|