Date: Friday, November 11, 2022 @ 20:09:58
  Author: arojas
Revision: 461244

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kross/repos/kde-unstable-x86_64/
  kross/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 461243, kross/trunk/PKGBUILD)
  kross/repos/kde-unstable-x86_64/keys/

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

Copied: kross/repos/kde-unstable-x86_64/PKGBUILD (from rev 461243, 
kross/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2022-11-11 20:09:58 UTC (rev 461244)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kross
+pkgver=5.100.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts qt5-script)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+groups=(kf5-aids)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b26fcdc1b88d5d706ce7d527f3a8cfddc8554254813e158488f3fb2ed5b6f64a'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to