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

Felix Yan felixonmars at archlinux.org
Wed Jan 24 07:41:41 UTC 2018


    Date: Wednesday, January 24, 2018 @ 07:41:41
  Author: felixonmars
Revision: 286165

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 286164, deepin-dbus-factory/trunk/PKGBUILD)

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

Copied: deepin-dbus-factory/repos/community-testing-any/PKGBUILD (from rev 286164, deepin-dbus-factory/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-01-24 07:41:41 UTC (rev 286165)
@@ -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.13
+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=('87e8741b3e351da3cc6804043a980dbd462867ee6dc92862c93f111edeacbbc90e6389c0fb5e7837bec04fc35d6548d51a3d3f3015468fe83f18f345f5da25d6')
+
+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