1 { lib, stdenvNoCC, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "bibata-cursors-translucent";
7 src = fetchFromGitHub {
8 owner = "Silicasandwhich";
9 repo = "Bibata_Cursor_Translucent";
11 sha256 = "sha256-RroynJfdFpu+Wl9iw9NrAc9wNZsSxWI+heJXUTwEe7s=";
15 install -dm 0755 $out/share/icons
16 cp -pr Bibata_* $out/share/icons/
20 description = "Translucent Varient of the Material Based Cursor";
21 homepage = "https://github.com/Silicasandwhich/Bibata_Cursor_Translucent";
22 license = licenses.gpl3;
23 platforms = platforms.linux;
24 maintainers = with maintainers; [ AdsonCicilioti ];