Cross-platform packaging scripts for lune.
Find a file
2024-11-06 01:08:00 +00:00
.github/workflows chore(aur): only execute on request 2024-04-22 11:36:58 +05:30
lune-src@5d1401cdf6 chore: update lune sources 2024-11-06 01:08:00 +00:00
package feat(dpkg): lune v0.8.9 2024-10-08 10:12:06 +01:00
test chore(aur_test): run commands non interactively 2024-04-22 11:56:45 +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 Revert, undo adding submodule of Homebrew core 2023-08-24 23:32:13 -07:00
.justfile chore: manually "merge" .justfile from main to packaging/aur 2023-07-23 22:08:41 +05:30
build.VERSION chore: force android build 2023-09-30 22:14:09 +05:30
lune.COMMIT chore: update lune sources 2024-11-06 01:08:00 +00:00
lune.VERSION chore: update lune sources 2024-10-08 01:08:45 +00:00
README.md chore(README): change to new repo org 2024-01-27 11:09:24 +05:30

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

Packaging Statuses

Platform Status
Homebrew GitHub Workflow Status (with event)
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

Homebrew

Since lune has its cask published to Homebrew core, it can be installed as such:

  • From precompiled binaries:
brew install lune
  • From source:
brew install lune --build-from-source

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] https://repos.devcomp.xyz/ bookworm main
  • Install the package:
sudo apt update
sudo apt install lune