New package: urusai-1.0.3

This commit is contained in:
elbachir-one 2025-06-19 14:32:54 +01:00 committed by Duncan Overbruck
parent 75687fb731
commit 815b5c970e

16
srcpkgs/urusai/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'urusai'
pkgname=urusai
version=1.0.3
revision=1
build_style=go
go_import_path="github.com/calpa/urusai"
short_desc="Go implementation of noisy HTTP/DNS traffic generator"
maintainer="elbachir-one <bachiralfa@gmail.com>"
license="MIT"
homepage="https://github.com/calpa/urusai"
distfiles="https://github.com/calpa/urusai/archive/refs/tags/v${version}.tar.gz"
checksum=ef10d71fef3bc3ee85613cacdbb748f29e0f800f920225ecb062ca28182dccc8
post_install() {
vlicense LICENSE
}