diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-08-10 13:37:46 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-08-10 13:38:30 +0200 |
commit | 9b81852097e4a8bfde2c09a28783c6d2c7e1e543 (patch) | |
tree | 993af98e2f4b3941a0fad570baf11181328b8712 | |
parent | 712e2ed0b398e92fb91dd4a7a02fe82894db9b73 (diff) |
Improve package description in gba-tools
-rw-r--r-- | gba.scm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -22,7 +22,14 @@ (build-system gnu-build-system) (inputs (list automake autoconf)) (synopsis "Collection of tools for Game Boy Advance development") - (description "Collection of tools for Game Boy Advance development.") + (description "Collection of tools for Game Boy Advance development: +- gbafix: Pads and patches GBA ROMs. +- gbalzss: Compresses and uncompresses ROMs. +- gbfs: Creates a GBFS archive. +- insgbfs: Inserts a GBFS file (or any other file) into a GBFS_SPACE + (identified by symbol name) in a ROM. +- lsgbfs: Lists objects in a GBFS file. +- ungbfs: Dumps the objects in a GBFS file to separate files.") (home-page "https://github.com/devkitPro/gba-tools") (license license:gpl3+))) |