fontforge-gtk: Add support for libspiro.
Add Spiro toolkit in fontforge-gtk for designing fonts. libspiro: Init at c26afeb.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{stdenv, pkgconfig, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libspiro-${version}";
|
||||
version = "0.5.20150702";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/fontforge/libspiro/releases/download/${version}/${name}.tar.gz";
|
||||
sha256 = "0z4zpxd3nwwchqdsbmmjbp13aw5jg8v5p1993190bpykkrjlh6nv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [pkgconfig];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library that simplifies the drawing of beautiful curves";
|
||||
homepage = "https://github.com/fontforge/libspiro";
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user