super-tiny-icons: init at 2022-11-07

Co-authored-by: SuperSandro2000 <sandro.jaeckel@gmail.com>
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
This commit is contained in:
h7x4 2022-11-12 19:12:47 +01:00
parent eb58ee1066
commit b111623c4a
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,34 @@
{ pkgs, lib, stdenvNoCC, fetchFromGitHub, }:
stdenvNoCC.mkDerivation {
pname = "super-tiny-icons";
version = "unstable-2022-11-07";
src = fetchFromGitHub {
owner = "edent";
repo = "SuperTinyIcons";
rev = "b4d5a3be04c99ec0a309ac9e0d0b21207c237c7d";
sha256 = "670ndAuBrZBr7YOTQm2zHJfpiBC56aPk+ZKMneREEoI=";
};
installPhase = ''
runHook preInstall
mkdir -p $out/share/icons/SuperTinyIcons
find $src/images -type d -exec cp -r {} $out/share/icons/SuperTinyIcons/ \;
runHook postInstall
'';
meta = with lib; {
description = "Miniscule SVG versions of common logos";
longDescription = ''
Super Tiny Web Icons are minuscule SVG versions of your favourite logos.
The average size is under 568 bytes!
'';
homepage = "https://github.com/edent/SuperTinyIcons";
license = licenses.mit;
maintainers = [ maintainers.h7x4 ];
platforms = platforms.all;
};
}

View file

@ -26839,6 +26839,8 @@ with pkgs;
stix-two = callPackage ../data/fonts/stix-two { };
super-tiny-icons = callPackage ../data/icons/super-tiny-icons { };
inherit (callPackages ../data/fonts/gdouros { })
aegan aegyptus akkadian assyrian eemusic maya symbola textfonts unidings;