🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: kanshi
pkgver: '1.2.0'
pkgrel: '1'
pkgdesc: 'Kanshi - automatyczne profile monitorow dla Wayland (PaganDE: profile w ~/.config/kanshi/config)'
url: 'https://github.com/emersion/kanshi'
arch: x86_64
license:
- MIT
depends:
- wayland
makedepends:
- meson
- ninja
- wayland-protocols
source:
- 'https://github.com/emersion/kanshi/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd kanshi-${pkgver}
meson setup build \
--prefix=/usr \
--buildtype=release \
-Dman-pages=disabled
ninja -C build
package: |
cd kanshi-${pkgver}
DESTDIR="${PKGDIR}" ninja -C build install