void-packages/srcpkgs/termshark/template
2020-02-14 12:42:44 +01:00

20 lines
565 B
Bash

# Template file for 'termshark'
pkgname=termshark
version=2.1.1
revision=1
build_style=go
go_import_path="github.com/gcla/termshark"
go_package="${go_import_path}/v2/cmd/termshark"
hostmakedepends="git"
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=c02a21e0a61b791b1287b85acc33834ccd3bb4efb40be52e5a74d2b989d51416
post_install() {
vlicense LICENSE
}