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.7.0",
"src": {
"url": "https://github.com/vitor251093/porting-kit-releases/releases/download/v6.7.0/Porting.Kit-6.7.0-arm64.dmg",
"sha256": "7e33b70e326c7e5a99c531b65b678b605c44aaa107f51688777ad5dd9e5fbf5a"
},
"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/"
}
}