mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-05-04 10:03:48 +01:00
21 lines
675 B
YAML
21 lines
675 B
YAML
app: lune
|
|
|
|
ingredients:
|
|
script:
|
|
- wget "https://github.com/lune-org/lune/releases/download/v$LUNE_VERSION/lune-$LUNE_VERSION-linux-x86_64.zip"
|
|
- unzip lune-*.zip
|
|
|
|
script:
|
|
- cp -r ../lune ./usr/bin
|
|
- cat > lune.desktop <<EOF
|
|
- [Desktop Entry]
|
|
- Type=Application
|
|
- Name=lune
|
|
- Exec=lune
|
|
- Icon=lune
|
|
- Categories=Development;
|
|
- Terminal=true
|
|
- EOF
|
|
- wget https://raw.githubusercontent.com/microsoft/fluentui-emoji/dfb5c3b7b10e20878a3fee6e3b05660e4d3bd9d5/assets/Crescent%20moon/3D/crescent_moon_3d.png -O usr/share/icons/hicolor/256x256/apps/lune.png
|
|
- cp usr/share/icons/hicolor/256x256/apps/lune.png .
|
|
- echo $LUNE_VERSION | tee ../VERSION
|