RipMe icon

RipMe 2.1.20-14-5a3070e4

Album ripper for various websites

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ripme",
  "version": "2.1.20-14-5a3070e4",
  "src": {
    "url": "https://github.com/RipMeApp/ripme/releases/download/2.1.20-14-5a3070e4/ripme-2.1.20-14-5a3070e4.jar",
    "sha256": "5a49f48ac63b0085a90726787141fb826ee70a63f26450bf0edf6ef6cbcb4d13"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"ripme-2.1.20-14-5a3070e4.jar\" \"$out/Applications/ripme.jar\""
  ],
  "meta": {
    "description": "Album ripper for various websites",
    "homepage": "https://github.com/RipMeApp/ripme"
  }
}