Amore icon

Amore 0.1,47

App distribution platform with Sparkle, code signing, and notarization

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    amore # Amore
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    amore # Amore
  ];
}

Package Definition

{
  "pname": "amore",
  "version": "0.1,47",
  "src": {
    "url": "https://cdn.amore.computer/releases/com.lucas-fischer.Amore/0.1-47/Amore.dmg",
    "sha256": "a7be78e07d9d87447f0edab74d88e17083c60ed48bd8fa5dabac59f70ef67532"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Amore.app\" && cp -r \"Amore.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Amore.app/Contents/MacOS/AmoreCLI\" \"$out/bin/amore\""
  ],
  "meta": {
    "description": "App distribution platform with Sparkle, code signing, and notarization",
    "homepage": "https://amore.computer/"
  }
}