diff --git a/srcpkgs/urusai/template b/srcpkgs/urusai/template new file mode 100644 index 00000000000..fcd6a68338f --- /dev/null +++ b/srcpkgs/urusai/template @@ -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 " +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 +}