Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "library to access web services that claim to be "RESTful"" |
| 2 | HOMEPAGE = "https://wiki.gnome.org/Projects/Librest" |
| 3 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 5 | |
| 6 | |
| 7 | DEPENDS = " \ |
| 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 | |
| 17 | inherit gnomebase gobject-introspection vala pkgconfig gi-docgen |
| 18 | |
| 19 | PACKAGECONFIG ?= "" |
| 20 | PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" |
| 21 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" |
| 22 | |
| 23 | SRC_URI[archive.sha256sum] = "9266a5c10ece383e193dfb7ffb07b509cc1f51521ab8dad76af96ed14212c2e3" |