[arch-commits] Commit in (maui-shelf maui-shelf/trunk maui-shelf/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:44:28 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:44:27
  Author: arojas
Revision: 869578

Add maui-shelf

Added:
  maui-shelf/
  maui-shelf/trunk/
  maui-shelf/trunk/PKGBUILD

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

Added: maui-shelf/trunk/PKGBUILD
===================================================================
--- maui-shelf/trunk/PKGBUILD	                        (rev 0)
+++ maui-shelf/trunk/PKGBUILD	2021-02-23 10:44:27 UTC (rev 869578)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-shelf
+_pkgname=shelf
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Document and EBook collection manager"
+url="https://mauikit.org/"
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit poppler-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('06d84cfd56d1d05029e5c8bca389098977981d8eabe9ace801ac5de60cec0a03')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list