Date: Saturday, April 8, 2023 @ 23:26:07
  Author: arojas
Revision: 1443029

archrelease: copy trunk to community-testing-x86_64

Added:
  qt6ct/repos/community-testing-x86_64/
  qt6ct/repos/community-testing-x86_64/PKGBUILD
    (from rev 1443028, qt6ct/trunk/PKGBUILD)

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

Copied: qt6ct/repos/community-testing-x86_64/PKGBUILD (from rev 1443028, 
qt6ct/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2023-04-08 23:26:07 UTC (rev 1443029)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Martchus <[email protected]>
+
+pkgname=qt6ct
+pkgver=0.8
+pkgrel=3
+pkgdesc='Qt 6 Configuration Utility'
+arch=(x86_64)
+url='https://github.com/trialuser02/qt6ct'
+license=(BSD)
+depends=(qt6-svg)
+makedepends=(cmake qt6-tools)
+source=(https://github.com/trialuser02/qt6ct/releases/download/$pkgver/qt6ct-$pkgver.tar.xz)
+sha256sums=('567b06d26c4c015af9cbcb9d4e3b3104a7aa6df456ae1e86f3aa2befe7dfe164')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to