From e1be290d5b6cc3d0fabc372be0cad6ce00dd3ff0 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Thu, 3 Feb 2022 21:25:15 +0000 Subject: user/qt5-qtserialbus: ride the new cereal bus package :) --- user/qt5-qtserialbus/APKBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 user/qt5-qtserialbus/APKBUILD diff --git a/user/qt5-qtserialbus/APKBUILD b/user/qt5-qtserialbus/APKBUILD new file mode 100644 index 000000000..644bb084a --- /dev/null +++ b/user/qt5-qtserialbus/APKBUILD @@ -0,0 +1,38 @@ +# Maintainer: Zach van Rijn +pkgname=qt5-qtserialbus +_pkgname=${pkgname#*-}-everywhere-src +pkgver=5.15.3_git20201027 +pkgrel=0 +_commit=8884c5e43df846deac5a0c7c290eeb633d6bfe32 +pkgdesc="Qt5 Serial Bus API provides classes and functions for various industrial serial buses and protocols, such as CAN, ModBus, etc." +url="https://www.qt.io/" +arch="all" +license="LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-exception-1.0" +depends="" +makedepends="qt5-qtbase-dev" +subpackages="$pkgname-dev" +source="https://invent.kde.org/qt/qt/${pkgname#*-}/-/archive/$_commit/${pkgname#*-}-$_commit.tar.gz" +builddir="$srcdir"/${pkgname#*-}-$_commit + +prepare() { + default_prepare + + # Make configure think we are running in a git directory + # This makes it symlink the include files to the right directory + mkdir .git +} + +build() { + qmake + make +} + +check() { + make check +} + +package() { + make install INSTALL_ROOT="$pkgdir" +} + +sha512sums="ffe33ec823e2b24e883dc6527986622ead64e509bbae481647095b9eecd98bc17adb0d1797163f9ff19077c46cf284fac57e531306437d3a263010b54de60b13 qtserialbus-8884c5e43df846deac5a0c7c290eeb633d6bfe32.tar.gz" -- cgit v1.2.3-60-g2f50