summaryrefslogtreecommitdiff
path: root/user/qterminal
diff options
context:
space:
mode:
Diffstat (limited to 'user/qterminal')
-rw-r--r--user/qterminal/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/user/qterminal/APKBUILD b/user/qterminal/APKBUILD
index 463eb90fa..f297b4ac5 100644
--- a/user/qterminal/APKBUILD
+++ b/user/qterminal/APKBUILD
@@ -2,20 +2,16 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=qterminal
pkgver=0.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="Qt-based terminal for LXQt"
-url="http://lxqt.org"
+url="https://lxqt.org/"
arch="all"
+options="!check" # No test suite.
license="GPL-2.0+"
depends=""
-depends_dev=""
-makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 qtermwidget-dev>=0.9.0 qt5-qttools-dev kwindowsystem-dev $depends_dev"
-install=""
-subpackages=""
+makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0
+ qtermwidget-dev>=0.9.0 qt5-qttools-dev kwindowsystem-dev"
source="https://github.com/lxqt/qterminal/releases/download/$pkgver/qterminal-$pkgver.tar.xz"
-builddir="$srcdir/qterminal-$pkgver"
-# no tests
-options="!check"
build() {
cd "$builddir"