Merge pull request #194820 from somasis/linja-pi-pu-lukin

Sandro 7e2a6249 a0bb2547

Changed files
+25
pkgs
data
fonts
linja-pi-pu-lukin
top-level
+23
pkgs/data/fonts/linja-pi-pu-lukin/default.nix
···
+
{ lib, fetchurl }:
+
+
fetchurl {
+
pname = "linja-pi-pu-lukin";
+
version = "unstable-2021-10-29";
+
+
url = "https://web.archive.org/web/20211029000000/https://jansa-tp.github.io/linja-pi-pu-lukin/PuLukin.otf";
+
hash = "sha256-VPdrMHWpiokFYON4S8zT+pSs4TsB17S8TZRtkjqIqU8=";
+
+
downloadToTemp = true;
+
recursiveHash = true;
+
postFetch = ''
+
install -D $downloadedFile $out/share/fonts/opentype/linja-pi-pu-lukin.otf
+
'';
+
+
meta = with lib; {
+
description = "A sitelen pona font resembling the style found in Toki Pona: The Language of Good (lipu pu), by jan Sa.";
+
homepage = "https://jansa-tp.github.io/linja-pi-pu-lukin/";
+
license = licenses.unfree; # license is unspecified in repository
+
platforms = platforms.all;
+
maintainers = with maintainers; [ somasis ];
+
};
+
}
+2
pkgs/top-level/all-packages.nix
···
line-awesome = callPackage ../data/fonts/line-awesome { };
+
linja-pi-pu-lukin = callPackage ../data/fonts/linja-pi-pu-lukin {};
+
linux-manual = callPackage ../data/documentation/linux-manual { };
lklug-sinhala = callPackage ../data/fonts/lklug-sinhala {};