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

Felix Yan felixonmars at archlinux.org
Wed Mar 7 07:03:34 UTC 2018


    Date: Wednesday, March 7, 2018 @ 07:03:34
  Author: felixonmars
Revision: 303469

archrelease: copy trunk to community-testing-any

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

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

Copied: deepin-dbus-factory/repos/community-testing-any/PKGBUILD (from rev 303468, deepin-dbus-factory/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-03-07 07:03:34 UTC (rev 303469)
@@ -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.14
+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=('25bcb872d15f901d12b139d18012bcb23f348bbe19e288f9b292f7695965dccca056f02d59b46b9eab1bef05fa4946e4b46fbe4c5a01835b3b35e020f8daf726')
+
+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