🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: tinysparql
pkgver: '3.11.1'
pkgrel: '2'
pkgdesc: 'Tinysparql is a low-footprint RDF triple store with a SPARQL 1.1 interface'
url: 'https://gitlab.gnome.org/GNOME/tinysparql'
arch: x86_64
license:
- 'LGPLv2.1+'
depends: []
makedepends:
- git
- 'json-glib'
- vala
- icu
- libsoup3
- 'python-gobject'
- asciidoc
- 'gi-docgen'
source:
- 'https://gitlab.gnome.org/GNOME/tinysparql.git'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true tinysparql-3.11.1 builddir
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING \
${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
install -Dm644 ${pkgname}-${pkgver}/COPYING.LGPL \
${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LGPL
install -Dm644 ${pkgname}-${pkgver}/COPYING.GPL \
${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.GPL