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

Felix Yan felixonmars at archlinux.org
Sat Sep 1 18:16:23 UTC 2018


    Date: Saturday, September 1, 2018 @ 18:16:22
  Author: felixonmars
Revision: 375966

archrelease: copy trunk to community-x86_64

Added:
  deepin-turbo/repos/community-x86_64/
  deepin-turbo/repos/community-x86_64/PKGBUILD
    (from rev 375965, deepin-turbo/trunk/PKGBUILD)

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

Copied: deepin-turbo/repos/community-x86_64/PKGBUILD (from rev 375965, deepin-turbo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-09-01 18:16:22 UTC (rev 375966)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-turbo
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='A daemon that helps to launch applications faster'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-turbo"
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('cmake')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-turbo/archive/$pkgver.tar.gz")
+sha512sums=('d75298249ed0e4a6a41221c819c3ac11b5ddb54e697209f479a194eea82f8a18a4871774b9045d7db5399ff1855cee7cb601d3d654759585b8be92cebdbcac28')
+
+build() {
+  cd deepin-turbo-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-turbo-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list