[arch-commits] Commit in buho (3 files)

Antonio Rojas arojas at archlinux.org
Wed Nov 25 19:40:11 UTC 2020


    Date: Wednesday, November 25, 2020 @ 19:40:11
  Author: arojas
Revision: 761230

archrelease: copy trunk to community-x86_64

Added:
  buho/repos/
  buho/repos/community-x86_64/
  buho/repos/community-x86_64/PKGBUILD
    (from rev 761229, buho/trunk/PKGBUILD)

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

Copied: buho/repos/community-x86_64/PKGBUILD (from rev 761229, buho/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-11-25 19:40:11 UTC (rev 761230)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list