Vellum icon

Vellum 4.1.3,41300

Ebook creation software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "vellum",
  "version": "4.1.3,41300",
  "src": {
    "url": "https://180g.s3.amazonaws.com/downloads/Vellum-41300.zip",
    "sha256": "d67e379aba6f741dcfca2f75e2b86a3c15d76cca395fce6b26b51a0877f7ed22"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Vellum.app\" && cp -r \"Vellum.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Ebook creation software",
    "homepage": "https://vellum.pub/"
  }
}