[arch-commits] Commit in qt6ct (3 files)
Antonio Rojas
arojas at archlinux.org
Sat Jan 23 15:41:21 UTC 2021
Date: Saturday, January 23, 2021 @ 15:41:21
Author: arojas
Revision: 826757
archrelease: copy trunk to community-x86_64
Added:
qt6ct/repos/
qt6ct/repos/community-x86_64/
qt6ct/repos/community-x86_64/PKGBUILD
(from rev 826756, qt6ct/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: qt6ct/repos/community-x86_64/PKGBUILD (from rev 826756, qt6ct/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2021-01-23 15:41:21 UTC (rev 826757)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=qt6ct
+pkgver=0.2
+pkgrel=5
+pkgdesc='Qt 6 Configuration Utility'
+arch=(x86_64)
+url='https://github.com/trialuser02/qt6ct'
+license=(BSD)
+depends=(qt6-svg)
+makedepends=(qt6-tools)
+source=("https://github.com/trialuser02/qt6ct/releases/download/$pkgver/qt6ct-$pkgver.tar.xz")
+sha256sums=('e3f064071d45e59e4eaaf0f2b789351edc5b676874d98d3bd2abfed6230422ee')
+
+build() {
+ cd $pkgname-$pkgver
+ qmake-qt6 PREFIX=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list