[arch-commits] Commit in qt6-networkauth (3 files)

Antonio Rojas arojas at archlinux.org
Wed Dec 9 21:41:51 UTC 2020


    Date: Wednesday, December 9, 2020 @ 21:41:50
  Author: arojas
Revision: 403224

archrelease: copy trunk to extra-x86_64

Added:
  qt6-networkauth/repos/
  qt6-networkauth/repos/extra-x86_64/
  qt6-networkauth/repos/extra-x86_64/PKGBUILD
    (from rev 403223, qt6-networkauth/trunk/PKGBUILD)

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

Copied: qt6-networkauth/repos/extra-x86_64/PKGBUILD (from rev 403223, qt6-networkauth/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2020-12-09 21:41:50 UTC (rev 403224)
@@ -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