termshark: split command path correctly between go_import_path and go_package.
This commit is contained in:
committed by
Érico Nogueira Rolim
parent
267e445065
commit
c1dc4d3486
@@ -1,10 +1,10 @@
|
||||
# Template file for 'termshark'
|
||||
pkgname=termshark
|
||||
version=2.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/gcla/termshark"
|
||||
go_package="${go_import_path}/v2/cmd/termshark"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user