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

Felix Yan felixonmars at archlinux.org
Fri Jul 20 05:12:16 UTC 2018


    Date: Friday, July 20, 2018 @ 05:12:16
  Author: felixonmars
Revision: 362524

archrelease: copy trunk to community-x86_64

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

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

Copied: deepin-network-utils/repos/community-x86_64/PKGBUILD (from rev 362523, deepin-network-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-07-20 05:12:16 UTC (rev 362524)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-network-utils
+pkgver=0.0.1
+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=('b62ec52618aceb5cc054ffa57b0f9acc7280ccf2bbe29a61189610a8f6bfaa04f8b9d88d22a400d0ec17c9d67faf6a25dd429f039f3e97576f3a1d5049f4e180')
+
+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