19 lines
542 B
Bash
19 lines
542 B
Bash
# Template file for 'termshark'
|
|
pkgname=termshark
|
|
version=2.4.0
|
|
revision=4
|
|
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 <mail@piraty.dev>"
|
|
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
|
|
}
|