Fix localsend-go build
Finally adopted standardized go_mod package name, so we can get rid of our work-around.
This commit is contained in:
parent
f86325cfdb
commit
962a2de013
1 changed files with 2 additions and 3 deletions
|
|
@ -3,8 +3,7 @@ pkgname=localsend-go
|
||||||
version=1.2.7 # renovate: datasource=github-tags depName=meowrain/localsend-go
|
version=1.2.7 # renovate: datasource=github-tags depName=meowrain/localsend-go
|
||||||
revision=2
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="localsend_cli"
|
go_import_path="github.com/meowrain/localsend-go"
|
||||||
go_package="./cmd"
|
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
short_desc="CLI for localsend implemented in Go"
|
short_desc="CLI for localsend implemented in Go"
|
||||||
maintainer="Marty Oehme <contact@martyoeh.me>"
|
maintainer="Marty Oehme <contact@martyoeh.me>"
|
||||||
|
|
@ -14,7 +13,7 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=03ad0ae0fec719ec6425023338c8f4017f78237940c868435f8601addb9e99cd
|
checksum=03ad0ae0fec719ec6425023338c8f4017f78237940c868435f8601addb9e99cd
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ${GOPATH}/bin/cmd localsend_cli
|
vbin ${GOPATH}/bin/localsend-go localsend-go
|
||||||
}
|
}
|
||||||
|
|
||||||
# have to turn it off currently since
|
# have to turn it off currently since
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue