diff --git a/srcpkgs/somo/template b/srcpkgs/somo/template new file mode 100644 index 00000000000000..2a9e2b0b0f49b2 --- /dev/null +++ b/srcpkgs/somo/template @@ -0,0 +1,17 @@ +# Template file for 'somo' +pkgname=somo +version=1.3.3 +revision=1 +build_style=cargo +make_check_args="-- --skip annotates_service_name" +short_desc="CLI for monitoring sockets and ports" +maintainer="Bnyro " +license="MIT" +homepage="https://github.com/theopfr/somo" +changelog="https://raw.githubusercontent.com/theopfr/somo/refs/heads/master/CHANGELOG.md" +distfiles="https://github.com/theopfr/somo/archive/refs/tags/v${version}.tar.gz" +checksum=011ff1fe6e4e973c59526fd5c50d2cdd040d1517f26a321e21807b658047377a + +post_install() { + vlicense LICENSE +}