summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-08-10 13:37:46 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-08-10 13:38:30 +0200
commit9b81852097e4a8bfde2c09a28783c6d2c7e1e543 (patch)
tree993af98e2f4b3941a0fad570baf11181328b8712
parent712e2ed0b398e92fb91dd4a7a02fe82894db9b73 (diff)
Improve package description in gba-tools
-rw-r--r--gba.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/gba.scm b/gba.scm
index fb0af6e..ee1b222 100644
--- a/gba.scm
+++ b/gba.scm
@@ -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+)))