Screencast icon

Screencast 0.0.6

Simple screen video capture application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "screencast",
  "version": "0.0.6",
  "src": {
    "url": "https://github.com/soh335/Screencast/releases/download/0.0.6/Screencast.dmg",
    "sha256": "0fb23d34ee3c94eb47233b42d2ac93de84d14dcdafe1e7205ce0a4341ee812f0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Screencast.app\" && cp -r \"Screencast.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Simple screen video capture application",
    "homepage": "https://github.com/soh335/Screencast"
  }
}