Skip to content

Commit e9ee5f1

Browse files
committed
New package: snitch-0.2.2
1 parent 6d52672 commit e9ee5f1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

srcpkgs/snitch/template

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)