Pine icon

Pine 0.1.0

Native markdown editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "pine",
  "version": "0.1.0",
  "src": {
    "url": "https://github.com/lukakerr/pine/releases/download/0.1.0/Pine-0.1.0.zip",
    "sha256": "046f2603f7e4dcdc7535c6a5652dbfbab5cbe93fa36ca161f8a8029b53770b76"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Pine.app\" && cp -r \"Pine.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Native markdown editor",
    "homepage": "https://github.com/lukakerr/pine"
  }
}