feat: appimage support via pkg2appimage

This commit is contained in:
Erica Marigold 2023-08-03 17:14:22 +05:30 committed by GitHub
parent 949bfdf1c0
commit 7879889d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
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)
- curl -O $dl_uri
- unzip lune-*.zip
script:
- cp -r ../lune ./usr/bin