[arch-commits] Commit in (3 files)
Antonio Rojas
arojas at archlinux.org
Wed Dec 9 21:41:40 UTC 2020
Date: Wednesday, December 9, 2020 @ 21:41:40
Author: arojas
Revision: 403223
Additional Qt 6 modules
Added:
qt6-networkauth/
qt6-networkauth/trunk/
qt6-networkauth/trunk/PKGBUILD
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Added: qt6-networkauth/trunk/PKGBUILD
===================================================================
--- qt6-networkauth/trunk/PKGBUILD (rev 0)
+++ qt6-networkauth/trunk/PKGBUILD 2020-12-09 21:41:40 UTC (rev 403223)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt6-networkauth
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt6-base)
+makedepends=(cmake git)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}"
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
+sha256sums=('SKIP')
+
+build() {
+ cmake -B build -S $_pkgfn
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ install -d "$pkgdir"/usr/share/licenses
+ ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list