app: lune ingredients: script: - dl_uri=$(curl "https://api.github.com/repos/filiptibell/lune/releases/latest" | grep -E "https.*lune-.*linux-$(uname -m).zip" | cut -d '"' -f4) - wget $dl_uri - unzip lune-*.zip script: - cp -r ../lune ./usr/bin - cat > lune.desktop <