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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 30 16:00:37 UTC 2022


    Date: Tuesday, August 30, 2022 @ 16:00:37
  Author: arojas
Revision: 1288741

archrelease: copy trunk to community-x86_64

Added:
  mauiman/repos/
  mauiman/repos/community-x86_64/
  mauiman/repos/community-x86_64/PKGBUILD
    (from rev 1288740, mauiman/trunk/PKGBUILD)

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

Copied: mauiman/repos/community-x86_64/PKGBUILD (from rev 1288740, mauiman/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2022-08-30 16:00:37 UTC (rev 1288741)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauiman
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Maui Manager Library. Server and public library API.'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('027142eec1535a3e3eda8348b21625a4f7ec601c80f2ca3f62049927dfef3ae6')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list