vp-build/srcpkgs/termshark/template

19 lines
543 B
Bash

# Template file for 'termshark'
pkgname=termshark
version=2.4.0
revision=1
build_style=go
go_import_path="github.com/gcla/termshark/v2"
go_package="${go_import_path}/cmd/termshark"
depends="wireshark"
short_desc="Terminal UI for tshark, inspired by Wireshark"
maintainer="Piraty <piraty1@inbox.ru>"
license="MIT"
homepage="https://github.com/gcla/termshark"
distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
checksum=949c71866fcd2f9ed71a754ea9e3d1bdc23dee85969dcdc78180f1d18ca8b087
post_install() {
vlicense LICENSE
}