aports/testing/apache-ant/apache-ant.sh
Steeve Chailloux f0edc9c560 testing/apache-ant
http://ant.apache.org/
A java-based build tool.

Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
2015-04-16 12:39:56 +00:00

3 lines
75 B
Bash

export ANT_HOME=/usr/share/java/apache-ant
export PATH=$PATH:$ANT_HOME/bin