mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
ruwudu: init at 2.000
This commit is contained in:
parent
2f64eefcdb
commit
b3259b4265
25
pkgs/data/fonts/ruwudu/default.nix
Normal file
25
pkgs/data/fonts/ruwudu/default.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{ lib, fetchzip }:
|
||||
|
||||
fetchzip rec {
|
||||
pname = "ruwudu";
|
||||
version = "2.000";
|
||||
|
||||
url = "https://software.sil.org/downloads/r/ruwudu/Ruwudu-${version}.zip";
|
||||
|
||||
postFetch = ''
|
||||
rm -rf $out/web $out/manifest.json
|
||||
mkdir -p $out/share/{doc/${pname},fonts/truetype}
|
||||
mv $out/*.ttf $out/share/fonts/truetype/
|
||||
mv $out/*.txt $out/documentation $out/share/doc/${pname}/
|
||||
'';
|
||||
|
||||
sha256 = "sha256-JCvVPbAFBWHL2eEnEUSgdTZ+Vkw3wkS3aS85xQZKNQs=";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://software.sil.org/ruwudu/";
|
||||
description = "Arabic script font for a style of writing used in Niger, West Africa";
|
||||
license = licenses.ofl;
|
||||
maintainers = [ maintainers.vbgl ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
@ -26625,6 +26625,8 @@ with pkgs;
|
||||
|
||||
route159 = callPackage ../data/fonts/route159 { };
|
||||
|
||||
ruwudu = callPackage ../data/fonts/ruwudu { };
|
||||
|
||||
sampradaya = callPackage ../data/fonts/sampradaya { };
|
||||
|
||||
sarasa-gothic = callPackage ../data/fonts/sarasa-gothic { };
|
||||
|
Loading…
Reference in New Issue
Block a user