Amore icon

Amore 0.1,46

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,46",
  "src": {
    "url": "https://cdn.amore.computer/releases/com.lucas-fischer.Amore/0.1-46/Amore.dmg",
    "sha256": "a89792f814f5021b9ab48daa8f965b2907d168ec1a9305ad31b2c8b7d5d62cc2"
  },
  "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/"
  }
}