summaryrefslogtreecommitdiff
path: root/user/lxqt-build-tools
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-21 22:36:25 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-21 22:36:25 -0500
commitead65902aa1ae0e3b7aac5c2010f45d20268260e (patch)
tree9a1131ecd9d7f981a582491e085f517e26ae27a1 /user/lxqt-build-tools
parent84468d73362dba67a9cfacc4a55f8bc8516677ce (diff)
downloadpackages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.gz
packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.bz2
packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.xz
packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.zip
user/[17 LXQt packages]: modernise, set URL to https
Diffstat (limited to 'user/lxqt-build-tools')
-rw-r--r--user/lxqt-build-tools/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/user/lxqt-build-tools/APKBUILD b/user/lxqt-build-tools/APKBUILD
index c8ec6c6f6..066149647 100644
--- a/user/lxqt-build-tools/APKBUILD
+++ b/user/lxqt-build-tools/APKBUILD
@@ -2,19 +2,16 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=lxqt-build-tools
pkgver=0.5.0
-pkgrel=0
-pkgdesc="Toolchain for building & packaging LXQt"
-url="http://lxqt.org"
+pkgrel=1
+pkgdesc="Toolchain for building and packaging LXQt"
+url="https://lxqt.org"
arch="noarch"
+# no tests to run; this package just provides a common base for scaffolding.
+options="!check"
license="BSD-3-Clause"
depends=""
makedepends="cmake extra-cmake-modules qt5-qtbase-dev"
-install=""
-subpackages=""
source="lxqt-build-tools-$pkgver.tar.gz::https://github.com/lxde/lxqt-build-tools/archive/$pkgver.tar.gz"
-builddir="$srcdir/lxqt-build-tools-$pkgver"
-# no tests to run; this package just provides a common base for scaffolding.
-options="!check"
build() {
cd "$builddir"