[arch-commits] Commit in deepin-network-utils/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Apr 4 10:57:54 UTC 2019


    Date: Thursday, April 4, 2019 @ 10:57:53
  Author: felixonmars
Revision: 449037

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-network-utils/repos/community-testing-x86_64/
  deepin-network-utils/repos/community-testing-x86_64/PKGBUILD
    (from rev 449036, deepin-network-utils/trunk/PKGBUILD)

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

Copied: deepin-network-utils/repos/community-testing-x86_64/PKGBUILD (from rev 449036, deepin-network-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-04-04 10:57:53 UTC (rev 449037)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-network-utils
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='DDE network utils'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-network-utils"
+license=('GPL3')
+depends=('deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz")
+sha512sums=('ea2172fd2737ec80bf625940825c099832e0b055f0033f7fcd70b244f0b7b1aad781cea29af5d3ce8df0aff2c7accf77de8c1dbace9649309b1f1034cb7714a1')
+
+build(){
+  cd dde-network-utils-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-network-utils-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list