Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | DESCRIPTION = "This repository contains a number of commandline utilities for use inside Flatpak sandboxes." |
| 2 | HOMEPAGE = "http://flatpak.org" |
| 3 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
| 6 | SRC_URI = "git://github.com/flatpak/flatpak-xdg-utils.git;protocol=https;branch=main" |
| 7 | |
| 8 | SRCREV = "5ba39872f81bf8d98d58c5f8acb86604645be468" |
| 9 | |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | inherit meson pkgconfig |
| 13 | |
| 14 | DEPENDS = "glib-2.0" |