lune-packaging/README.md

2.2 KiB

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