Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
reamp # re:AMP
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
reamp # re:AMP
];
} Package Definition
{
"pname": "reamp",
"version": "1.7.0,990",
"src": {
"url": "https://update.re-amp.ru/downloads/Reamp-1.7.0(990).zip",
"sha256": "eeff97b12857cc76a3c86f75d63b5e90cf3f9aef03f38e50221a9e8a3dfc173c"
},
"installPhase": [
"mkdir -p \"$out/Applications/reAMP.app\" && cp -r \"reAMP.app\" \"$out/Applications\""
],
"meta": {
"description": "WinAMP clone written in SwiftUI",
"homepage": "https://re-amp.ru/"
}
}