nixpkgs/pkgs/development/libraries/java/junit/builder.sh
Martin Bravenboer 951023ee8a Moved a number of Java libraries from the GW project to the Nix
Package Collection.


svn path=/nixpkgs/trunk/; revision=3803
2005-09-11 15:38:59 +00:00

7 lines
77 B
Bash
Executable file

set -e
. $stdenv/setup
$unzip/bin/unzip $src
mkdir -p $out
mv junit*/* $out