Amore icon

Amore 0.1,36

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,36",
  "src": {
    "url": "https://cdn.amore.computer/releases/com.lucas-fischer.Amore/0.1-36/Amore.dmg",
    "sha256": "b2e72a0088243259aeb4d5d0e1d42add469348b3d279c86cf4fa017e64c6325f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Amore.app\" && cp -r \"Amore.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App distribution platform with Sparkle, code signing, and notarization",
    "homepage": "https://amore.computer/"
  }
}