Vellum icon

Vellum 4.1,41000

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,41000",
  "src": {
    "url": "https://180g.s3.amazonaws.com/downloads/Vellum-41000.zip",
    "sha256": "198c0b94dcd2ea56e44fc9e2654e82469338bff4ea9b8fe5fcd2690afbb8484d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Vellum.app\" && cp -r \"Vellum.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Ebook creation software",
    "homepage": "https://vellum.pub/"
  }
}