feat: initial PKGBUILD collection for the Moonarch ecosystem
Add PKGBUILDs for moonset-git, moonlock-git, and moongreet-git. Intended as a paru custom AUR source for easy installation of all Moonarch components via `paru -S moonset-git`.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
pkgbase = moonset-git
|
||||
pkgdesc = A Wayland session power menu with GTK4 and Layer Shell
|
||||
pkgver = 0.1.0.r8.g934a923
|
||||
pkgrel = 1
|
||||
url = https://gitea.moonarch.de/nevaforget/moonset
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = cargo
|
||||
depends = gtk4
|
||||
depends = gtk4-layer-shell
|
||||
provides = moonset
|
||||
conflicts = moonset
|
||||
source = git+https://gitea.moonarch.de/nevaforget/moonset.git
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = moonset-git
|
||||
Reference in New Issue
Block a user