oatpp: update to 1.3.1

This commit is contained in:
Biswapriyo Nath
2025-01-06 09:18:44 +00:00
parent 9fb639cd12
commit 1b6b2482f0

View File

@@ -1,19 +1,20 @@
_realname=oatpp
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.3.0
pkgrel=2
pkgver=1.3.1
pkgrel=1
pkgdesc="Oat++ is an open-source C++ web framework for highly scalable and resource-efficient web applications."
url="https://github.com/oatpp/oatpp"
license=('Apache')
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja"
)
source=("https://github.com/oatpp/oatpp/archive/refs/tags/${pkgver}.zip")
sha256sums=('d2b0e59cb9fd55999f56c57b6580783542d1e653d3ca888d69c19170691d7346')
sha256sums=('d6bf0b4de4af1f0863e7ca946ddb7b824a6e492680c6090cf111902b6809311a')
build() {
cd "${srcdir}/${_realname}-${pkgver}"
@@ -25,6 +26,7 @@ build() {
-GNinja \
-DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \
-DCMAKE_BUILD_TYPE=Release \
-DOATPP_BUILD_TESTS=OFF \
..
cmake --build .