void-packages/srcpkgs/termshark/template
2021-10-31 01:45:30 +02:00

20 lines
565 B
Bash

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