Commit Graph

3 Commits

Author SHA1 Message Date
GetPsyched
f98ec4f73c treewide: update meta.description to fit the guidelines 2024-01-09 17:12:31 +01:00
Andrew Marshall
27b7e86eef altserver: cleanup
- Remove unused arg
- Remove unneeded buildInput
- Remove redundant chmod +r
- Set meta.mainProgram
- Set meta.sourceProvenance as this is sourcing binary code
2023-08-04 17:29:18 -04:00
Andrew Marshall
3f8cf9b158 altserver-linux: rename from alt-server / AltServer-Linux
- 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”`.
2023-08-04 17:29:18 -04:00