Date: Sunday, December 12, 2021 @ 15:23:20
  Author: arojas
Revision: 431946

archrelease: copy trunk to kde-unstable-any

Added:
  kapidox/repos/kde-unstable-any/
  kapidox/repos/kde-unstable-any/PKGBUILD
    (from rev 431945, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/kde-unstable-any/PKGBUILD (from rev 431945, 
kapidox/trunk/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD                           (rev 0)
+++ kde-unstable-any/PKGBUILD   2021-12-12 15:23:20 UTC (rev 431946)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kapidox
+pkgver=5.89.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(python-jinja python-yaml)
+makedepends=(cmake qt5-base)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('6b3ccbb12fe9f944c2dbda404785864cd2a6625c44bb733ef58add9f07e47b28'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<fa...@kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to