Cross-platform packaging scripts for lune.
Find a file
2023-08-05 22:49:49 +05:30
.github/workflows chore: apt.yml -> apt.yaml 2023-08-05 18:18:32 +05:30
Formula Updated lune.rb to latest formula on Homebrew 2023-08-04 10:35:26 -07:00
lune-src@9ff142e6e2 chore: update lune sources 2023-08-05 00:58:02 +00:00
package feat: updated landing page for repo 2023-08-05 22:49:49 +05:30
test fix: scoop testing entrypoint; install scoop for admin 2023-08-01 12:52:10 +05:30
utils feat(utils): readme updater tool 2023-07-31 00:18:35 +05:30
.gitattributes chore(gitattributes): syntax highlighting for PKGBUILDs and .justfile 2023-07-23 22:12:42 +05:30
.gitignore Remove old docs, move typedefs dir 2023-07-22 14:44:28 +02:00
.gitmodules fix: use patched pkg2appimage fork 2023-08-03 20:39:16 +05:30
.justfile chore: manually "merge" .justfile from main to packaging/aur 2023-07-23 22:08:41 +05:30
lune.COMMIT chore: update lune sources 2023-08-05 09:09:06 +00:00
README.md chore(README): instructions for installing from apt repo 2023-08-05 18:40:29 +05:30

This repository houses the required manifests and build scripts for lune packaging. For more information on lune, see filiptibell/lune.

Packaging Statuses

Platform Status
AUR GitHub Workflow Status (with event)
Scoop GitHub Workflow Status (with event)
AppImage GitHub Workflow Status (with event)
APT GitHub Workflow Status (with event)

Installation

AUR

yay -S lune
### OR ###
yay -S lune-git
### OR ###
yay -S lune-bin

Scoop

scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git
scoop install lune

AppImage

Go to the GitHub Actions Page, and download the artifact suitable for your architecture from the build artifacts.

APT

  • Import the GPG signing keys:
curl https://id.devcomp.xyz/hi@devcomp.xyz/2.gpg | gpg --import
sudo sh -c "curl https://id.devcomp.xyz/hi@devcomp.xyz/2.gpg | sudo gpg --dearmor > /usr/share/keyrings/lune-archive-keyring.gpg"
  • Add the repository to sources.list:
deb [signed-by=/usr/share/keyrings/lune-archive-keyring.gpg] http://repos.devcomp.xyz/ bookworm main
  • Install the package:
sudo apt update
sudo apt install lune