Unverified Commit ce893219 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #194818 from somasis/sitelen-seli-kiwen

parents 655ab77b 9bebad44
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
{ 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 ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -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 { };