ananicy-cpp-rules: init at unstable-2023-06-28

This commit is contained in:
Artturin 2023-07-08 20:43:46 +03:00
parent aae2268e0a
commit 7b0df0c042
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,32 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "ananicy";
version = "unstable-2023-06-28";
src = fetchFromGitHub {
owner = "CachyOS";
repo = "ananicy-rules";
rev = "b2b4342d769bc3c6abc4ce77bd53d6ca06d659e5";
sha256 = "sha256-TGX7GlfSeKu68mVM71/kdJH31gzMmhzCAqA390aEq8U=";
};
dontConfigure = true;
dontBuild = true;
installPhase = ''
runHook preBuild
mkdir -p $out
cp -r * $out
rm $out/README.md
runHook postBuild
'';
meta = with lib; {
homepage = "https://github.com/CachyOS/ananicy-rules";
description = "ananicy-cpp-rules for CachyOS ";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ artturin ];
};
}

View file

@ -28456,6 +28456,8 @@ with pkgs;
ananicy-cpp = callPackage ../misc/ananicy-cpp { };
ananicy-rules-cachyos = callPackage ../misc/ananicy-rules-cachyos { };
andagii = callPackage ../data/fonts/andagii { };
andika = callPackage ../data/fonts/andika { };