19 lines
543 B
Bash
19 lines
543 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"
|
|
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
|
|
}
|