[arch-commits] Commit in deepin-turbo/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:11:27 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:11:27
Author: felixonmars
Revision: 658855
archrelease: copy trunk to community-staging-x86_64
Added:
deepin-turbo/repos/community-staging-x86_64/
deepin-turbo/repos/community-staging-x86_64/PKGBUILD
(from rev 658854, deepin-turbo/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: deepin-turbo/repos/community-staging-x86_64/PKGBUILD (from rev 658854, deepin-turbo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 15:11:27 UTC (rev 658855)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-turbo
+pkgver=0.0.3
+pkgrel=2
+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=('c1f62263e259443b29018e704ee4e981feb7023c39d9ce33cb3c68b7834e39ed9f421d250e803aeaa30b56173909609ba99ccbcb1984400c3e11f7705dc6f0af')
+
+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