Sharepod icon

Sharepod 4.3.2

Transfer music from iOS to Macs or PC

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sharepod",
  "version": "4.3.2",
  "src": {
    "url": "https://assets.macroplant.com/download/32/Sharepod-4.3.2.dmg",
    "sha256": "1e6799be8764fb6f57ff87fef79de86d0391d63d349f68999f02729a72529211"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sharepod.app\" && cp -r \"Sharepod.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Transfer music from iOS to Macs or PC",
    "homepage": "https://www.getsharepod.com/"
  }
}