2023-08-01 08:12:38 +01:00
|
|
|
This repository houses the required manifests and build scripts for lune packaging.
|
|
|
|
For more information on lune, see [filiptibell/lune](https://github.com/filiptibell/lune).
|
|
|
|
|
|
|
|
## Packaging Statuses
|
|
|
|
|
2023-08-01 08:27:06 +01:00
|
|
|
| Platform | Status |
|
|
|
|
|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
| AUR | ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CompeyDev/lune-packaging/aur_test.yaml?logo=archlinux&label=%20&color=black) |
|
|
|
|
| Scoop | ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CompeyDev/lune-packaging/scoop_test.yaml?logo=windows&logoColor=blue&label=%20&color=black) |
|
2023-08-05 09:28:56 +01:00
|
|
|
| AppImage | ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CompeyDev/lune-packaging/appimage.yaml?logo=linux&logoColor=blue&label=%20&color=black) |
|
2023-08-01 12:18:50 +01:00
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
### AUR
|
|
|
|
```console
|
|
|
|
yay -S lune
|
|
|
|
### OR ###
|
|
|
|
yay -S lune-git
|
|
|
|
### OR ###
|
|
|
|
yay -S lune-bin
|
|
|
|
```
|
|
|
|
|
|
|
|
### Scoop
|
|
|
|
```ps
|
|
|
|
scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git
|
|
|
|
scoop install lune
|
|
|
|
```
|