- Remove unused arg
- Remove unneeded buildInput
- Remove redundant chmod +r
- Set meta.mainProgram
- Set meta.sourceProvenance as this is sourcing binary code
- Make pname all lowercase—do not transform AltServer -> alt-server, but
to altserver as the name already has hyphens elsewhere, and many other
packages (including the example in nixpkgs manual) do this
- Change variable and dir names to match pname as deviation seems
unnecessary here and only leads to confusion; this project is also a
variation on AltServer-Windows, so keeping the “-linux” seems
warranted
From https://nixos.org/manual/nixpkgs/unstable/#sec-package-naming:
> The pname and the version attribute must not contain uppercase letters
> e.g., "mplayer" instead of “MPlayer”`.