mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
13 lines
301 B
YAML
13 lines
301 B
YAML
app-id: oss.krtirtho.Spotube
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '21.08'
|
|
sdk: org.freedesktop.Sdk
|
|
command: spotube
|
|
modules:
|
|
- name: spotube
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -D hello.sh /app/bin/hello.sh
|
|
sources:
|
|
- type: file
|
|
path: hello.sh |