19 lines
605 B
Bash
19 lines
605 B
Bash
# 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
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
rm -rf "${DESTDIR}/usr/lib/systemd"
|
|
}
|