Date: Wednesday, November 25, 2020 @ 19:30:09
  Author: arojas
Revision: 761218

archrelease: copy trunk to community-x86_64

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

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

Copied: index-fm/repos/community-x86_64/PKGBUILD (from rev 761217, 
index-fm/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2020-11-25 19:30:09 UTC (rev 761218)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=index-fm
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Templated convergent controls and multi-platform utilities for Maui 
applications"
+url="https://mauikit.org/";
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('e66267740eebc322b99ea020af354cea6e4c619fe4049c97187165ce3ecd3855')
+
+build() {
+  cmake -B build -S $pkgname-v$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to