Date: Thursday, August 12, 2021 @ 16:01:30
  Author: arojas
Revision: 997604

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: buho/repos/community-staging-x86_64/PKGBUILD (from rev 997603, 
buho/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-12 16:01:30 UTC (rev 997604)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=buho
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Task and note keeper'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-accounts mauikit-filebrowsing mauikit-texteditor 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('400df4ab9f63c49190f16a8d3bcdb605f6d74700ff68dbd4c5daefc6dfc31760')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to