Date: Saturday, May 2, 2020 @ 08:24:15
  Author: felixonmars
Revision: 624330

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-draw/repos/community-staging-x86_64/
  deepin-draw/repos/community-staging-x86_64/PKGBUILD
    (from rev 624329, deepin-draw/trunk/PKGBUILD)

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

Copied: deepin-draw/repos/community-staging-x86_64/PKGBUILD (from rev 624329, 
deepin-draw/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-02 08:24:15 UTC (rev 624330)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-draw
+pkgver=5.8.0.14
+pkgrel=1
+pkgdesc="A lightweight drawing tool for Linux Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-draw";
+license=('GPL3')
+depends=('deepin-notifications' 'deepin-qt5integration' 'dtkwm' 'freeimage' 
'libexif')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz";)
+sha512sums=('1a8f4d4d3571e250dbfddaf46f4b7bcd67f8973f5dab8b27304b4f277864a95f14b01718948e36f58c3e5c105a6534b1426cb8f6115c6dfeb8bd700eda9dd471')
+
+build() {
+  cd deepin-draw-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-draw-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to