From 9b81852097e4a8bfde2c09a28783c6d2c7e1e543 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 10 Aug 2022 13:37:46 +0200 Subject: Improve package description in gba-tools --- gba.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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+))) -- cgit v1.2.3