Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
porting-kit # Porting Kit
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
porting-kit # Porting Kit
];
}
Package Definition
{
"pname": "porting-kit",
"version": "6.3.2",
"src": {
"url": "https://github.com/vitor251093/porting-kit-releases/releases/download/v6.3.2/Porting-Kit-6.3.2.dmg",
"sha256": "0fea1bbd36bea3c115bc8a94a0ae9afe982a44d824c09cb0d940603f2e0e1a04"
},
"installPhase": [
"mkdir -p \"$out/Applications/Porting Kit.app\" && cp -r \"Porting Kit.app\" \"$out/Applications\""
],
"meta": {
"description": "Install games and apps compiled for Microsoft Windows",
"homepage": "https://portingkit.com/"
}
}