Date: Wednesday, November 25, 2020 @ 19:39:59
  Author: arojas
Revision: 761229

Add buho

Added:
  buho/
  buho/trunk/
  buho/trunk/PKGBUILD

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

Added: buho/trunk/PKGBUILD
===================================================================
--- buho/trunk/PKGBUILD                         (rev 0)
+++ buho/trunk/PKGBUILD 2020-11-25 19:39:59 UTC (rev 761229)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=buho
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Task and note keeper"
+url="https://mauikit.org/";
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-webview)
+groups=(maui)
+source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('541aff3d0452f85dd8cb0305a320b960583b37cf29dde990b121b050a454a35f')
+
+build() {
+  cmake -B build -S $pkgname-v$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to