Youku icon

Youku 9.2.70.1001

Chinese video streaming and sharing platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "youku",
  "version": "9.2.70.1001",
  "src": {
    "url": "https://pcclient.download.youku.com/iku_electron_client/youkuclient_setup_9.2.70.1001.dmg",
    "sha256": "0cfa81979d1bf17cdccb4e44e2eab741964ee1b8f6ae1918da9dedbe2c8a7c27"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/优酷.app\" && cp -r \"优酷.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Chinese video streaming and sharing platform",
    "homepage": "https://youku.com/product/index"
  }
}