Date: Wednesday, November 25, 2020 @ 19:51:48
  Author: arojas
Revision: 761242

archrelease: copy trunk to community-x86_64

Added:
  nota/repos/
  nota/repos/community-x86_64/
  nota/repos/community-x86_64/PKGBUILD
    (from rev 761241, nota/trunk/PKGBUILD)

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

Copied: nota/repos/community-x86_64/PKGBUILD (from rev 761241, 
nota/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2020-11-25 19:51:48 UTC (rev 761242)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=nota
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Multi-platform text editor"
+url="https://mauikit.org/";
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-webengine)
+groups=(maui)
+source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('0793208b9388bb2e2d835cab9ff4af187c9cba22de3f639326d48deb63d50a2a')
+
+build() {
+  cmake -B build -S $pkgname-v$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to