add java-commons-cli info

Julien LepillerThu Apr 13 19:49:51+0200 2017

f3ccd0c

add java-commons-cli info

more/packages/java.scm

160160
       #:tests? #f))
161161
    (native-inputs
162162
     `(("junit" ,java-junit)))
163-
    (home-page "")
164-
    (synopsis "")
165-
    (description "")
163+
    (home-page "https://commons.apache.org/proper/commons-cli")
164+
    (synopsis "Java API for parsing command line options passed to programs")
165+
    (description "Apache Commons CLI library provides an API for parsing command
166+
line options passed to programs. It's also able to print help messages detailing
167+
the options available for a command line tool.")
166168
    (license license:asl2.0)))
167169
168170
(define-public java-asm