void-packages/srcpkgs/xdg-desktop-portal-wlr/template
2021-02-18 09:35:22 -03:00

18 lines
608 B
Bash

# 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
}