New package: xdg-desktop-portal-wlr-0.2.0

This commit is contained in:
Isaac Freund 2021-02-17 20:30:29 +01:00 committed by Érico Nogueira Rolim
parent 992bbc78b0
commit 094e9f5a6d

View file

@ -0,0 +1,18 @@
# Template file for 'xdg-desktop-portal-wlr'
pkgname=xdg-desktop-portal-wlr
version=0.2.0
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel wayland-protocols elogind-devel pipewire-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=316f5df3a70331c2fa5476e33acf92349e56eb0514d245b942fcf3122ba32df6
post_install() {
vlicense LICENSE
}