Merge pull request #194818 from somasis/sitelen-seli-kiwen
This commit is contained in:
commit
ce89321950
27
pkgs/data/fonts/sitelen-seli-kiwen/default.nix
Normal file
27
pkgs/data/fonts/sitelen-seli-kiwen/default.nix
Normal file
@ -0,0 +1,27 @@
|
||||
{ lib, fetchzip }:
|
||||
|
||||
let
|
||||
rev = "69132c99873894746c9710707aaeb2cea2609709";
|
||||
in
|
||||
fetchzip {
|
||||
pname = "sitelen-seli-kiwen";
|
||||
version = "unstable-2022-06-28";
|
||||
|
||||
url = "https://raw.githubusercontent.com/kreativekorp/sitelen-seli-kiwen/${rev}/sitelenselikiwen.zip";
|
||||
hash = "sha256-63sl/Ha2QAe8pVKCpLNs//DB0kjLdW01u6tVMrGquIU=";
|
||||
stripRoot = false;
|
||||
|
||||
postFetch = ''
|
||||
mkdir -p $out/share/fonts/{opentype,truetype}
|
||||
mv $out/*.eot $out/share/fonts/opentype/
|
||||
mv $out/*.ttf $out/share/fonts/truetype/
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A handwritten sitelen pona font supporting UCSUR";
|
||||
homepage = "https://www.kreativekorp.com/software/fonts/sitelenselikiwen/";
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ somasis ];
|
||||
};
|
||||
}
|
@ -1008,6 +1008,8 @@ with pkgs;
|
||||
|
||||
sirula = callPackage ../tools/wayland/sirula { };
|
||||
|
||||
sitelen-seli-kiwen = callPackage ../data/fonts/sitelen-seli-kiwen {};
|
||||
|
||||
srcOnly = callPackage ../build-support/src-only { };
|
||||
|
||||
subnetcalc = callPackage ../tools/networking/subnetcalc { };
|
||||
|
Loading…
Reference in New Issue
Block a user