diff --git a/package/appimage/lune_amd64.yml b/package/appimage/lune_amd64.yml new file mode 100644 index 0000000..3aef5c8 --- /dev/null +++ b/package/appimage/lune_amd64.yml @@ -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