linux_alpine/not_ready/owncloud-client/APKBUILD
itmodulo c7e81a6e15
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h5m3s
disable stable runner, move to edge, add fotema update
supersonic-desktop
2025-06-29 11:39:49 +02:00

34 lines
1.3 KiB
Text
Executable file

# Contributor: ITmodulo <itmodulo@disroot.org>
# Maintainer: ITmodulo <itmodulo@disroot.org>
pkgname=owncloud-client
pkgver=5.3.2
pkgrel=0
pkgdesc="ownCloud Desktop Client"
url="https://github.com/owncloud/client"
arch="all"
license="GPL-2.0-or-later"
depends=
makedepends="samurai kdsingleapplication-dev qt6-qtbase-dev qt5-qtbase-dev extra-cmake-modules glib-dev cmake qt6-qttools-dev cmake-extras libayatana-appindicator-dev qt6-qtwebengine-dev qtkeychain-dev sqlite-dev qt6-qtquick3d-dev qt6-qtscxml-dev libre-graph-api-cpp-qt-client-dev "
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/owncloud/client/archive/refs/tags/v$pkgver.tar.gz"
options="!check"
build() {
cd client-$pkgver
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -B build -G Ninja \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_INCLUDEDIR=/usr/include \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname
cmake --build build
}
package() {
cd src/client-$pkgver
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
fb5e706a73d66a8f6bd663d1b04dda8be6717725a2e7ac9197f2db53c6e0b38c4b09cd166d32048d4c61c94567d4408b86b0f3ca97b4610ac6b3c0d3d2e66b8a owncloud-client-5.3.2.tar.gz
"