mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 09:27:19 +02:00
29 lines
786 B
Text
29 lines
786 B
Text
# Maintainer: Luca Weiss <luca@lucaweiss.eu>
|
|
# Contributor: Aster Boese <asterboese@mailbox.org>
|
|
pkgname=qqc2-suru-style
|
|
pkgver=0.20230206
|
|
pkgrel=1
|
|
pkgdesc="Suru Style for QtQuick Controls 2"
|
|
arch="all"
|
|
url="https://gitlab.com/ubports/development/core/qqc2-suru-style"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-dev
|
|
qt5-qtquickcontrols2-dev
|
|
"
|
|
source="https://gitlab.com/ubports/development/core/qqc2-suru-style/-/archive/$pkgver/qqc2-suru-style-$pkgver.tar.gz"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="
|
|
90605186c924255d94f1488445c0331a29795d00cdb3addee0572f5ec4e560fbc29e13bb0cd6561a9328edbb2df1c540fc4262668a16f102b4da0611fff3b362 qqc2-suru-style-0.20230206.tar.gz
|
|
"
|