2019-05-13 02:55:32 +01:00
|
|
|
{ lib, fetchzip }:
|
2008-03-02 21:59:32 +00:00
|
|
|
|
2017-08-10 20:43:49 +01:00
|
|
|
fetchzip {
|
2014-11-03 23:59:30 +00:00
|
|
|
name = "junicode-0.7.8";
|
2010-07-29 19:55:16 +01:00
|
|
|
|
2017-08-10 20:43:49 +01:00
|
|
|
url = mirror://sourceforge/junicode/junicode/junicode-0-7-8/junicode-0-7-8.zip;
|
2008-03-02 21:59:32 +00:00
|
|
|
|
2017-08-10 20:43:49 +01:00
|
|
|
postFetch = ''
|
|
|
|
mkdir -p $out/share/fonts
|
|
|
|
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/junicode-ttf
|
|
|
|
'';
|
2008-03-02 21:59:32 +00:00
|
|
|
|
2017-08-10 20:43:49 +01:00
|
|
|
sha256 = "0q4si9pnbif36154sv49kzc7ygivgflv81nzmblpz3b2p77g9956";
|
2010-07-29 19:55:16 +01:00
|
|
|
|
|
|
|
meta = {
|
2014-11-03 23:59:30 +00:00
|
|
|
homepage = http://junicode.sourceforge.net/;
|
2017-08-03 06:08:02 +01:00
|
|
|
description = "A Unicode font for medievalists";
|
2019-05-13 02:55:32 +01:00
|
|
|
license = lib.licenses.gpl2Plus;
|
2010-07-29 19:55:16 +01:00
|
|
|
};
|
|
|
|
}
|