20 lines
562 B
Bash
20 lines
562 B
Bash
# Template file for 'termshark'
|
|
pkgname=termshark
|
|
version=2.0.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/gcla/termshark"
|
|
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=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|