mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
uiua386: init at 0.0.19
This commit is contained in:
parent
121fcf0d76
commit
0c0b23b1d0
23
pkgs/by-name/ui/uiua386/package.nix
Normal file
23
pkgs/by-name/ui/uiua386/package.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ lib, stdenvNoCC, uiua }:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "uiua386";
|
||||
|
||||
inherit (uiua) src version;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -Dm444 -t $out/share/fonts/truetype ./site/Uiua386.ttf
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "An Uiua font";
|
||||
homepage = "https://uiua.org/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ skykanin ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user