blob: c885a00c5bcb4ce5282133867eb4df13ea436aef [file] [log] [blame]
Andrew Geissler615f2f12022-07-15 14:00:58 -05001# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "LibSpiro is an adaptation of Spiro formula and functions into a sharable library"
5HOMEPAGE = "https://github.com/fontforge/libspiro"
6LICENSE = "GPL-3.0-or-later"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI = "https://github.com/fontforge/libspiro/releases/download/20200505/libspiro-dist-20200505.tar.gz"
10SRC_URI[sha256sum] = "06c69a1e8dcbcabcf009fd96fd90b1a244d0257246e376c2c4d57c4ea4af0e49"
11
12inherit autotools
13
14BBCLASSEXTEND = "native"