1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-15 19:15:24 +00:00
amfora/space.makeworld.amfora.yml
2021-12-27 00:40:55 -05:00

33 lines
719 B
YAML

app-id: space.makeworld.amfora
runtime: org.freedesktop.Platform
runtime-version: "21.08"
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.golang
command: amfora
rename-desktop-file: amfora.desktop
finish-args:
- --share=network
- --filesystem=xdg-downloads
build-options:
build-args:
- --share=network
# env:
# - GOBIN=/app/bin
# - GOROOT=/usr/lib/sdk/golang
modules:
- name: amfora
buildsystem: simple
build-commands:
- . /usr/lib/sdk/golang/enable.sh; make GO=$GOROOT/bin/go
- make install PREFIX=/app
- export GOPATH=$PWD
sources:
- type: git
url: https://github.com/makeworld-the-better-one/amfora
tag: v1.9.0