mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
13 lines
387 B
BlitzBasic
13 lines
387 B
BlitzBasic
SUMMARY = "resvg is an SVG rendering library"
|
|
HOMEPAGE = "https://github.com/linebender/resvg"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=23f3330d0ac4521d09ec0366c4e6cc25"
|
|
|
|
SRC_URI = "git://github.com/linebender/resvg.git;protocol=https;branch=main"
|
|
|
|
SRCREV = "1b6c2fddbcbeffa8135df4323b02aaae84890907"
|
|
|
|
inherit cargo cargo-update-recipe-crates
|
|
|
|
require ${PN}-crates.inc
|