You'll Never Take Me Alive! icon

You'll Never Take Me Alive! 1.0.2

Utility to enhance the protection of encrypted data

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    youll-never-take-me-alive # You'll Never Take Me Alive!
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    youll-never-take-me-alive # You'll Never Take Me Alive!
  ];
}

Package Definition

{
  "pname": "youll-never-take-me-alive",
  "version": "1.0.2",
  "src": {
    "url": "https://github.com/iSECPartners/yontma-mac/releases/download/1.0.2/yontma-1.0.2.dmg",
    "sha256": "6d89162762e4e952bec046943c094f37c06b89795d477fff46006362bc6c282a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/You'll Never Take Me Alive!.app\" && cp -r \"You'll Never Take Me Alive!.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to enhance the protection of encrypted data",
    "homepage": "https://github.com/iSECPartners/yontma-mac"
  }
}