🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: libcloudproviders
pkgver: '0.4.0'
pkgrel: '1'
pkgdesc: 'DBus API that allows cloud storage sync clients to expose their services'
url: 'https://gitlab.gnome.org/World/libcloudproviders'
arch: x86_64
license:
- LGPL3
depends: []
makedepends:
- meson
- git
- 'gobject-introspection'
- vala
- 'gtk-doc'
source: []
sha256sums: []
build: |
git clone https://gitlab.gnome.org/World/libcloudproviders.git \
${pkgname}-${pkgver}
cd ${pkgname}-${pkgver}
mkdir build
cd build
meson setup .. \
--prefix=/usr
ninja
DESTDIR=${PKGDIR} ninja install
install -Dm644 ../LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
true