blob: 738b07e8cd83726346199346758f4857b1207a73 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "library to access web services that claim to be "RESTful""
2HOMEPAGE = "https://wiki.gnome.org/Projects/Librest"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
5
6
7DEPENDS = " \
8 glib-2.0 \
9 glib-2.0-native \
10 gtksourceview5 \
11 json-glib \
12 libadwaita \
13 libsoup-3.0 \
14 libxml2-native \
15"
16
17inherit gnomebase gobject-introspection vala pkgconfig gi-docgen
18
19PACKAGECONFIG ?= ""
20PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
21PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
22
23SRC_URI[archive.sha256sum] = "9266a5c10ece383e193dfb7ffb07b509cc1f51521ab8dad76af96ed14212c2e3"