🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: pagande-shell
pkgver: '0.1.1'
pkgrel: 1
pkgdesc: PaganDE shell - własne moduły środowiska Wayland (bar, dock, launcher, wallpaper, idle) - bez GTK/Qt
url: 'https://paganlinux.eu'
arch: x86_64
license:
- MIT
depends:
- wayland
- cairo
- pango
- libxkbcommon
- glib
makedepends:
- meson
- ninja
- wayland
- wayland-protocols
- pango
- gettext
source:
- pagande-shell-${pkgver}.tar.gz
sha256sums:
- a1d2c22060e1f2463c1725075088b0591503211c1919f49af27991afcd850ad9
build: |
cd ${pkgname}
meson setup build --prefix=/usr
ninja -C build
DESTDIR=${PKGDIR} ninja -C build install
package: |
true