app-id: com.github.flack.pom runtime: org.freedesktop.Platform runtime-version: '23.08' sdk: org.freedesktop.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.golang command: pom finish-args: - --share=ipc - --socket=fallback-x11 - --socket=wayland - --socket=pulseaudio - --share=network - --filesystem=home - --talk-name=org.freedesktop.Notifications build-options: env: - GOBIN=/app/bin - GOROOT=/usr/lib/sdk/golang modules: - name: pom buildsystem: simple build-commands: - . /usr/lib/sdk/golang/enable.sh - go build -o /app/bin/pom - install -D -m644 packaging/man/pom.1 /app/share/man/man1/pom.1 sources: - type: git url: https://github.com/flack/pom.git tag: v1.0.0 - name: notifications buildsystem: simple build-commands: - install -D /usr/bin/notify-send /app/bin/ sources: - type: package name: libnotify