mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
feat: appimage support via pkg2appimage
This commit is contained in:
parent
949bfdf1c0
commit
7879889d7b
1 changed files with 11 additions and 0 deletions
11
package/appimage/lune_amd64.yml
Normal file
11
package/appimage/lune_amd64.yml
Normal 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
|
Loading…
Reference in a new issue