8 version = "0-unstable-2023-01-15";
10 src = fetchFromGitHub {
12 repo = "cue2pops-linux";
13 rev = "3f2be6126bd50dfe6b998bc8926f88ce9139c19a";
14 hash = "sha256-7rgYvqeH8ZDI8Vc5vnjIhe3Ke0TE1q/iFHEqucanhUM=";
21 install --directory --mode=755 $out/bin
22 install --mode=755 cue2pops $out/bin
27 description = "Convert CUE to ISO suitable to POPStarter";
28 homepage = "https://github.com/makefu/cue2pops-linux";
29 # Upstream license is unclear.
30 # <https://github.com/ErikAndren/cue2pops-mac/issues/2#issuecomment-673983298>
31 license = lib.licenses.unfree;
32 maintainers = with lib.maintainers; [ AndersonTorres ];
33 platforms = lib.platforms.all;
34 mainProgram = "cue2pops";