[arch-commits] Commit in deepin-editor/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Jan 24 11:24:46 UTC 2018
Date: Wednesday, January 24, 2018 @ 11:24:45
Author: felixonmars
Revision: 286300
archrelease: copy trunk to community-x86_64
Added:
deepin-editor/repos/community-x86_64/
deepin-editor/repos/community-x86_64/PKGBUILD
(from rev 286299, deepin-editor/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 286299, deepin-editor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-01-24 11:24:45 UTC (rev 286300)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=0.0.1
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor"
+license=('GPL3')
+depends=('deepin-qt5integration')
+#makedepends=('qt5-tools' 'python')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
+sha512sums=('a1ab1cd96705f1e2be9e8caf62636b2d250bc133e401e3c1bf502739608b127943550b6152e5bbac69e45b1e2d2f72ee542f2400d06a117a53045f909215ba56')
+
+build(){
+ cd deepin-editor-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd deepin-editor-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list