Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
kvirc # KVIrc
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
kvirc # KVIrc
];
} Package Definition
{
"pname": "kvirc",
"version": "5.2.10,Quasar",
"src": {
"url": "https://github.com/kvirc/KVIrc/releases/download/5.2.10/KVIrc-5.2.10-Quasar.dmg",
"sha256": "c439697be84fb8dc41b9541f64182bb6ee561ecfd3e5070f1f4be64ca0fe156c"
},
"installPhase": [
"mkdir -p \"$out/Applications/KVIrc.app\" && cp -r \"KVIrc.app\" \"$out/Applications\""
],
"meta": {
"description": "IRC Client",
"homepage": "https://www.kvirc.net/"
}
}