void-packages/srcpkgs/termshark/template

19 lines
565 B
Bash

# Template file for 'termshark'
pkgname=termshark
version=2.2.0
revision=2
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=deefdb0b65e5d5b97c305cf280770724542f8dd122502f616e394c62c91db0c4
post_install() {
vlicense LICENSE
}