fastfetch: init
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
package fastfetch {
|
||||
description = "for fetching system information and displaying it in a visually appealing way";
|
||||
website = "https://github.com/fastfetch-cli/fastfetch";
|
||||
anitya = 279670;
|
||||
block = "patch is fragile";
|
||||
|
||||
version# = "2.63.1";
|
||||
source = remoteGitHub {
|
||||
suffix = "fastfetch-cli/fastfetch";
|
||||
tag = version;
|
||||
checksum = "u5qADQuQf29lykMWj97Rugb27EmIP0BWcDGQnUHh5k4f4UfniYyaLNEwEnnJ2-3L";
|
||||
};
|
||||
patches = [ "fastfetch-rosa.patch" ];
|
||||
|
||||
exec = cmake {
|
||||
cache = {
|
||||
"BUILD_TESTS": "ON";
|
||||
"SET_TWEAK": "OFF";
|
||||
"IS_MUSL": "ON";
|
||||
};
|
||||
};
|
||||
|
||||
inputs = [
|
||||
pkg-config,
|
||||
python,
|
||||
|
||||
kernel-headers,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user