edusong: 1.0 -> 4.0 (#400759)
This commit is contained in:
commit
3d576164da
@ -6,25 +6,23 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "edusong";
|
||||
version = "1.0"; # The upstream doesn't provide the version
|
||||
version = "4.0";
|
||||
|
||||
src = fetchzip {
|
||||
name = "${pname}-${version}";
|
||||
url = "https://language.moe.gov.tw/001/Upload/Files/site_content/M0001/eduSong_Unicode.zip";
|
||||
hash = "sha256-pIG1EbFGf2O2AzM4+HCCvGPodBBwUt7ozpb+BpPk5Kw=";
|
||||
hash = "sha256-4NBnwMrYufeZbgSiD2fAhe4tuy0aAA5u9tWwjQQjEQk=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/fonts/
|
||||
mv *.ttf $out/share/fonts/
|
||||
mv eduSong_Unicode*.ttf $out/share/fonts/eduSong_Unicode\(2024年12月\).ttf
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "The MOE Standard Song Font, a Chinese font by the Ministry of Education, ROC (Taiwan)";
|
||||
description = "The MOE Song font, a Song-style Chinese character typeface";
|
||||
longDescription = ''
|
||||
The MOE Standard Song Font is a Chinese Song font provided by
|
||||
the Midistry of Education, Republic of China (Taiwan).
|
||||
Song or Ming is a category of CKJ typefaces in print.
|
||||
A Song-style Chinese character typeface published by the Ministry of Education of the Republic of China (Taiwan). The Song style is also referred to as 宋體, 宋体, sòngtǐ, 明體, 明体, or míngtǐ, in Chinese; 명조체, 明朝體, or myeongjo in Korean; 明朝体, みんちょうたい, or minchōtai in Japanese.
|
||||
'';
|
||||
homepage = "https://language.moe.gov.tw/result.aspx?classify_sn=23&subclassify_sn=436&content_sn=48";
|
||||
license = lib.licenses.cc-by-nd-30;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user