ia-writer-mono: init at 0-unstable-2023-06-16 (#424810)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "ia-writer-mono";
|
||||
version = "0-unstable-2023-06-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iaolo";
|
||||
repo = "iA-Fonts";
|
||||
rev = "f32c04c3058a75d7ce28919ce70fe8800817491b";
|
||||
hash = "sha256-2T165nFfCzO65/PIHauJA//S+zug5nUwPcg8NUEydfc=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/share/fonts/truetype
|
||||
cp iA\ Writer\ Mono/Variable/*.ttf $out/share/fonts/truetype
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "iA Writer Mono Typeface";
|
||||
homepage = "https://ia.net/topics/in-search-of-the-perfect-writing-font";
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.richardjacton ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user