🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: owncloudclient
pkgver: '7.1.0.19041'
pkgrel: '1'
pkgdesc: ownCloud client based on mirall
url: 'https://owncloud.org/'
arch: x86_64
depends:
- hicolor-icon-theme
makedepends:
- cmake
- extra-cmake-modules
- sqlite
- qt6-base
- qtkeychain-qt6
- qt6-svg
- doxygen
- libre-graph-api
- kdsingleapplication
source:
- 'https://download.owncloud.com/desktop/ownCloud/stable/${pkgver}/source/ownCloud-${pkgver}.tar.xz'
sha256sums:
- 64eb990130d4400bbc4959ea7414be146485df9656e9f37ef914c2745eaa598f
build: |
cmake -B build -S ownCloud-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DDATADIR=share \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_SYSCONFDIR=/etc
cmake --build build
DESTDIR=${PKGDIR} cmake --install build
package: |
true