New package: xdg-desktop-portal-0.8

This commit is contained in:
Duncaen 2017-08-22 04:44:27 +02:00
parent 1a23ce0422
commit 683a2faeeb

View file

@ -0,0 +1,17 @@
# Template file for 'xdg-desktop-portal'
pkgname=xdg-desktop-portal
version=0.8
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="flatpak-devel glib-devel"
short_desc="Portal frontend service for Flatpak"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="LGPL-2.1"
homepage="https://github.com/flatpak/xdg-desktop-portal"
distfiles="https://github.com/flatpak/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
checksum=161a741f19715eb1a96f9318b42d4c807189effe183dde01db67164d7438f249
post_install() {
rm -rf "${DESTDIR}/usr/lib/systemd"
}