7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-bhw7+z4/50MrC5WyexHhtzmqnovwiA9X6Q2TcznDYZM=";
26 install -Dm755 cpufetch $out/bin/cpufetch
27 install -Dm644 LICENSE $out/share/licenses/cpufetch/LICENSE
28 installManPage cpufetch.1
34 description = "Simplistic yet fancy CPU architecture fetching tool";
35 license = licenses.gpl2Only;
36 homepage = "https://github.com/Dr-Noob/cpufetch";
37 changelog = "https://github.com/Dr-Noob/cpufetch/releases/tag/v${version}";
38 maintainers = with maintainers; [ devhell ];