New package: qt6-httpserver-6.10.0
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
2ef5fc2a30
commit
8d95b10b8f
@@ -2158,6 +2158,7 @@ libQt6VirtualKeyboard.so.6 qt6-virtualkeyboard-6.10.0_1
|
||||
libQt6SerialPort.so.6 qt6-serialport-6.10.0_1
|
||||
libQt6SerialBus.so.6 qt6-serialbus-6.10.0_1
|
||||
libQt6WebSockets.so.6 qt6-websockets-6.10.0_1
|
||||
libQt6HttpServer.so.6 qt6-httpserver-6.10.0_1
|
||||
libQt6WebChannel.so.6 qt6-webchannel-6.10.0_1
|
||||
libQt6WebChannelQuick.so.6 qt6-webchannel-6.10.0_1
|
||||
libQt6Positioning.so.6 qt6-position-6.10.0_1
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
qt6-httpserver
|
||||
@@ -0,0 +1,28 @@
|
||||
# Template file for 'qt6-httpserver'
|
||||
pkgname=qt6-httpserver
|
||||
version=6.10.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt6-base"
|
||||
makedepends="qt6-base-private-devel qt6-websockets-devel"
|
||||
depends=""
|
||||
short_desc="Cross-platform application and UI framework (QT6) - HTTP Server"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||
homepage="https://www.qt.io"
|
||||
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qthttpserver-everywhere-src-${version}.tar.xz"
|
||||
checksum=e4705701db5f425e8f7025b3f74bf87b43af83742a615a20d4aa171d03251fc5
|
||||
|
||||
qt6-httpserver-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel
|
||||
qt6-websockets-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user