[arch-commits] Commit in deepin-dbus-factory/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Jul 20 03:05:44 UTC 2018


    Date: Friday, July 20, 2018 @ 03:05:44
  Author: felixonmars
Revision: 362483

archrelease: copy trunk to community-staging-any

Added:
  deepin-dbus-factory/repos/community-staging-any/
  deepin-dbus-factory/repos/community-staging-any/PKGBUILD
    (from rev 362482, deepin-dbus-factory/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: deepin-dbus-factory/repos/community-staging-any/PKGBUILD (from rev 362482, deepin-dbus-factory/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-20 03:05:44 UTC (rev 362483)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-dbus-factory
+pkgver=3.1.17
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/dbus-factory"
+license=('GPL3')
+makedepends=('go-pie' 'jq' 'libxml2' 'deepin-dbus-generator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dbus-factory/archive/$pkgver.tar.gz")
+sha512sums=('51e1d02a4b9b15f402fe97a9b64a96198ca0ac0eaf9afb5c1fbb870c5b64fbed035910e6393d482ae5276d81c9a253cd7aeecd29f0387a0f332f49ef28ca1314')
+
+build(){
+  cd dbus-factory-$pkgver
+  make
+}
+
+package() {
+  cd dbus-factory-$pkgver
+  make GOPATH=/usr/share/gocode DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list