Flatpak: Generate vendor/modules.txt
This commit is contained in:
parent
523d2039b6
commit
6134fa564b
2 changed files with 5 additions and 18 deletions
|
|
@ -12,7 +12,11 @@ finish-args:
|
||||||
modules:
|
modules:
|
||||||
- name: remote-touchpad
|
- name: remote-touchpad
|
||||||
sources:
|
sources:
|
||||||
# Vendor dependencies: go mod vendor -v
|
- type: git
|
||||||
|
path: ..
|
||||||
|
- type: shell
|
||||||
|
commands:
|
||||||
|
- . /usr/lib/sdk/golang/enable.sh; go mod vendor -e
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/godbus/dbus
|
url: https://github.com/godbus/dbus
|
||||||
tag: v5.0.6
|
tag: v5.0.6
|
||||||
|
|
@ -26,12 +30,6 @@ modules:
|
||||||
url: https://github.com/golang/net
|
url: https://github.com/golang/net
|
||||||
commit: cd36cc0744dd695657988f15f08446dc81e16efc
|
commit: cd36cc0744dd695657988f15f08446dc81e16efc
|
||||||
dest: vendor/golang.org/x/net
|
dest: vendor/golang.org/x/net
|
||||||
- type: file
|
|
||||||
path: modules.txt
|
|
||||||
dest: vendor
|
|
||||||
- type: git
|
|
||||||
path: ..
|
|
||||||
branch: master
|
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- . /usr/lib/sdk/golang/enable.sh; go build -tags portal,x11
|
- . /usr/lib/sdk/golang/enable.sh; go build -tags portal,x11
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
# github.com/godbus/dbus/v5 v5.0.6
|
|
||||||
## explicit
|
|
||||||
github.com/godbus/dbus/v5
|
|
||||||
# github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
||||||
## explicit
|
|
||||||
github.com/skip2/go-qrcode
|
|
||||||
github.com/skip2/go-qrcode/bitset
|
|
||||||
github.com/skip2/go-qrcode/reedsolomon
|
|
||||||
# golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
||||||
## explicit
|
|
||||||
golang.org/x/net/websocket
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue