xdg-dbus-proxy: opt -> contrib

This commit is contained in:
Danny Rawlins 2020-11-09 22:22:58 +11:00
parent ac04fb465f
commit fa8171515f
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xdg-dbus-proxy
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xdg-dbus-proxy.1.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF342yv8Ngc/SDBZ2X+1ihwu85iiCda9DlzvxvcNWCf4ZGz3Z/dQEySkl/dR9IIWvNhtkttQiHsdJUiFk7VfxMhQY=
SHA256 (Pkgfile) = d7af70ba8ffa0a0311ea3dea47757e525ebb9143fbb7ff5ce14def601646b1e9
SHA256 (.footprint) = cae13179fb579c50dac65b2344315a515ad9ac3a38a736f93644aa4b5d1a0dc6
SHA256 (xdg-dbus-proxy-0.1.2.tar.xz) = 1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f

17
xdg-dbus-proxy/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: D-Bus proxy
# URL: https://github.com/flatpak/xdg-dbus-proxy
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib docbook-xsl
name=xdg-dbus-proxy
version=0.1.2
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
}