[arch-commits] Commit in kio-gdrive/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jul 17 16:10:49 UTC 2020
Date: Friday, July 17, 2020 @ 16:10:48
Author: arojas
Revision: 392029
archrelease: copy trunk to extra-x86_64
Added:
kio-gdrive/repos/extra-x86_64/
kio-gdrive/repos/extra-x86_64/PKGBUILD
(from rev 392028, kio-gdrive/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: kio-gdrive/repos/extra-x86_64/PKGBUILD (from rev 392028, kio-gdrive/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2020-07-17 16:10:48 UTC (rev 392029)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kio-gdrive
+pkgver=1.3.0
+pkgrel=2
+arch=(x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://community.kde.org/KIO_GDrive"
+license=(GPL)
+depends=(libkgapi kaccounts-providers)
+makedepends=(extra-cmake-modules kdoctools intltool)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('697a9382bebb6b6fdfd37cadad9c6e9516258e375704b979799447ad629f7906'
+ 'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio <elvis.angelaccio at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package(){
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list