20 lines
665 B
Bash
20 lines
665 B
Bash
# Template file for 'xdg-desktop-portal-wlr'
|
|
pkgname=xdg-desktop-portal-wlr
|
|
version=0.5.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="https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${version}.tar.gz"
|
|
checksum=961cdfbaf7873124f96c86f41e90d304888e93a1da7ebe4a6ea2f1a824788307
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|