diff --git a/srcpkgs/snitch/template b/srcpkgs/snitch/template new file mode 100644 index 00000000000000..9436edd38e1183 --- /dev/null +++ b/srcpkgs/snitch/template @@ -0,0 +1,17 @@ +# Template file for 'snitch' +pkgname=snitch +version=0.2.2 +revision=1 +build_style=go +go_import_path=github.com/karol-broda/snitch +short_desc="Prettier way to inspect network connections" +maintainer="Yushi " +license="MIT" +homepage="https://github.com/karol-broda/snitch" +changelog="https://github.com/karol-broda/snitch/releases" +distfiles="https://github.com/karol-broda/snitch/archive/refs/tags/v${version}.tar.gz" +checksum=e0bc3a0b2e4f99d51fcd46217bd863d1ab18c08462fbbf1e875862fb8909c632 + +post_install() { + vlicense LICENSE +}