Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ipaverse # ipaverse
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ipaverse # ipaverse
];
} Package Definition
{
"pname": "ipaverse",
"version": "2.0.0",
"src": {
"url": "https://github.com/bahattinkoc/ipaverse/releases/download/v2.0.0/ipaverse.dmg",
"sha256": "bdf6fd7e9843627a7150dabdcd2f598abbd7cd7112da0913c8cf863318e33f94"
},
"installPhase": [
"mkdir -p \"$out/Applications/ipaverse.app\" && cp -r \"ipaverse.app\" \"$out/Applications\""
],
"meta": {
"description": "Tool for downloading and managing iOS apps from the App Store",
"homepage": "https://github.com/bahattinkoc/ipaverse"
}
}