opt/xdg-dbus-proxy/Pkgfile

18 lines
385 B
Plaintext
Raw Normal View History

2019-09-21 17:09:11 +02:00
# Description: D-Bus proxy
# URL: https://github.com/flatpak/xdg-dbus-proxy
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib
name=xdg-dbus-proxy
version=0.1.1
release=1
source=(https://github.com/flatpak/xdg-dbus-proxy/releases/download/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}