16 lines
605 B
Bash
16 lines
605 B
Bash
# Template file for 'xdg-dbus-proxy'
|
|
pkgname=xdg-dbus-proxy
|
|
version=0.1.4
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="libxslt pkg-config docbook-xsl"
|
|
makedepends="libglib-devel"
|
|
checkdepends="dbus"
|
|
short_desc="Filtering proxy for D-Bus connections"
|
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/flatpak/xdg-dbus-proxy"
|
|
distfiles="https://github.com/flatpak/xdg-dbus-proxy/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab
|
|
make_check_pre=dbus-run-session
|