Date: Thursday, August 12, 2021 @ 16:06:36
  Author: arojas
Revision: 997614

archrelease: copy trunk to community-staging-x86_64

Added:
  index-fm/repos/community-staging-x86_64/
  index-fm/repos/community-staging-x86_64/PKGBUILD
    (from rev 997613, index-fm/trunk/PKGBUILD)

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

Copied: index-fm/repos/community-staging-x86_64/PKGBUILD (from rev 997613, 
index-fm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-12 16:06:36 UTC (rev 997614)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=index-fm
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Multi-platform file manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('4fa762557d84db84b90af01c48af99fd0dcec70ec363d28774c25097ed96701f')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to