void-packages/srcpkgs/niri/template

22 lines
882 B
Bash

# Template file for 'niri'
pkgname=niri
version=0.1.10.1
revision=1
build_style=cargo
configure_args="--no-default-features --features xdp-gnome-screencast"
hostmakedepends="pkg-config clang18-devel"
makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel libgbm-devel
libdisplay-info-devel pipewire-devel pango-devel libseat-devel clang18-devel"
short_desc="Scrollable-tiling Wayland compositor"
maintainer="joetroll <joetroll@proton.me>"
license="GPL-3.0-or-later"
homepage="https://github.com/YaLTeR/niri"
changelog="https://github.com/YaLTeR/niri/releases"
distfiles="https://github.com/YaLTeR/niri/archive/refs/tags/v${version}.tar.gz"
checksum=d8854830436a87215b0bc6a60b6d43f350d927a03a2798c75f0fbda228bac8d3
post_install() {
vinstall resources/niri.desktop 644 usr/share/wayland-sessions
vinstall resources/niri-portals.conf 644 usr/share/xdg-desktop-portal
}