lune-packaging/package/appimage/lune_amd64.yml

20 lines
411 B
YAML
Raw Normal View History

app: lune
ingredients:
script:
- dl_uri=$(curl "https://api.github.com/repos/filiptibell/lune/releases/latest" | grep -E "https.*lune-.*linux-x86_64.zip" | cut -d '"' -f4)
- wget $dl_uri
- unzip lune-*.zip
script:
- cp -r ../lune ./usr/bin
2023-08-03 13:22:13 +01:00
- cat > lune.desktop <<EOF
- [Desktop Entry]
- Type=Application
- Name=lune
2023-08-03 13:30:29 +01:00
- Exec=lune
- Categories=Development;
- Terminal=true
2023-08-03 13:22:13 +01:00
- EOF