termshark: split command path correctly between go_import_path and go_package.
This commit is contained in:
parent
267e445065
commit
c1dc4d3486
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'termshark'
|
# Template file for 'termshark'
|
||||||
pkgname=termshark
|
pkgname=termshark
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gcla/termshark"
|
go_import_path="github.com/gcla/termshark/v2"
|
||||||
go_package="${go_import_path}/v2/cmd/termshark"
|
go_package="${go_import_path}/cmd/termshark"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="wireshark"
|
depends="wireshark"
|
||||||
short_desc="Terminal UI for tshark, inspired by Wireshark"
|
short_desc="Terminal UI for tshark, inspired by Wireshark"
|
||||||
|
|
Loading…
Reference in a new issue