We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d52672 commit e9ee5f1Copy full SHA for e9ee5f1
1 file changed
srcpkgs/snitch/template
@@ -0,0 +1,17 @@
1
+# Template file for 'snitch'
2
+pkgname=snitch
3
+version=0.2.2
4
+revision=1
5
+build_style=go
6
+go_import_path=github.com/karol-broda/snitch
7
+short_desc="Prettier way to inspect network connections"
8
+maintainer="Yushi <git@yushi.one>"
9
+license="MIT"
10
+homepage="https://github.com/karol-broda/snitch"
11
+changelog="https://github.com/karol-broda/snitch/releases"
12
+distfiles="https://github.com/karol-broda/snitch/archive/refs/tags/v${version}.tar.gz"
13
+checksum=e0bc3a0b2e4f99d51fcd46217bd863d1ab18c08462fbbf1e875862fb8909c632
14
+
15
+post_install() {
16
+ vlicense LICENSE
17
+}
0 commit comments