Senuti icon

Senuti 1.3.5

Transfers songs, playlists, or videos from an iPod to a computer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "senuti",
  "version": "1.3.5",
  "src": {
    "url": "https://fadingred.com/senuti_1.3.5.zip",
    "sha256": "cc7fc7910456affb479c99aa89d3c89122142354200990a27aecdde4dc90bdb7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Senuti.app\" && cp -r \"Senuti.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Transfers songs, playlists, or videos from an iPod to a computer",
    "homepage": "https://fadingred.com/"
  }
}