Date: Wednesday, June 10, 2020 @ 07:10:03
  Author: felixonmars
Revision: 641104

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-editor/repos/community-testing-x86_64/
  deepin-editor/repos/community-testing-x86_64/PKGBUILD
    (from rev 641103, deepin-editor/trunk/PKGBUILD)

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

Copied: deepin-editor/repos/community-testing-x86_64/PKGBUILD (from rev 641103, 
deepin-editor/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-10 07:10:03 UTC (rev 641104)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-editor
+pkgver=5.6.12
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor";
+license=('GPL3')
+depends=('deepin-qt5integration' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
+sha512sums=('8aef5d8b57a6dfb6f1525be059b1faaf17afad2010fa2a883d4d40e27edb1560dac3b3fe24e7761a5c9ab6cc6d29990bb2a4138b3df0efe78798e35c56b69e9e')
+
+build(){
+  cd deepin-editor-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to