void-packages/srcpkgs/xdg-desktop-portal-wlr/template
2021-04-20 01:28:30 -03:00

21 lines
647 B
Bash

# Template file for 'xdg-desktop-portal-wlr'
pkgname=xdg-desktop-portal-wlr
version=0.3.0
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="wayland-devel wayland-protocols elogind-devel pipewire-devel
iniparser-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=5c80469b04c4e5d22689f755d61adcf92758bc1c85f0747ae1f586b4bcd7873c
patch_args=-Np1
post_install() {
vlicense LICENSE
}