void-packages/srcpkgs/xdg-desktop-portal-wlr/template
2021-06-09 16:23:44 -03:00

19 lines
626 B
Bash

# Template file for 'xdg-desktop-portal-wlr'
pkgname=xdg-desktop-portal-wlr
version=0.4.0
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="wayland-devel wayland-protocols elogind-devel pipewire-devel
inih-devel"
depends="xdg-desktop-portal"
short_desc="Backend of xdg-desktop-portal for wlroots"
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="MIT"
homepage="https://github.com/emersion/xdg-desktop-portal-wlr"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=eb97248c3625a2e6775a250de4bd53d50c5a548bf880fc716e28b6b9c51447d5
post_install() {
vlicense LICENSE
}