Pinta icon

Pinta 3.1

Simple Gtk# Paint Program

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "pinta",
  "version": "3.1",
  "src": {
    "url": "https://github.com/PintaProject/Pinta/releases/download/3.1/Pinta-macos-arm64.dmg",
    "sha256": "fa4323b465fdb593fda298c16ec9f9335de9038cdf38c4f3a86e13b132ce1f48"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Pinta.app\" && cp -r \"Pinta.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Simple Gtk# Paint Program",
    "homepage": "https://www.pinta-project.com/"
  }
}