[arch-commits] Commit in maui-station/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Aug 12 16:16:09 UTC 2021


    Date: Thursday, August 12, 2021 @ 16:16:09
  Author: arojas
Revision: 997622

archrelease: copy trunk to community-staging-x86_64

Added:
  maui-station/repos/community-staging-x86_64/
  maui-station/repos/community-staging-x86_64/PKGBUILD
    (from rev 997621, maui-station/trunk/PKGBUILD)

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

Copied: maui-station/repos/community-staging-x86_64/PKGBUILD (from rev 997621, maui-station/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-08-12 16:16:09 UTC (rev 997622)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-station
+_pkgname=station
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Convergent terminal emulator'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing qmltermwidget hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('776fdeb06e061fc7e79ebfdc3e83c405c2d5d8753e8642bd3735f407e75d5aad')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list