about summary refs log tree commit diff
path: root/pkgs/development/libraries/martyr/builder.sh
blob: 3ee7fc012d97e58143452488b80589e2695bf600 (plain) (blame)
1
2
3
4
5
6
7
source $stdenv/setup

mkdir -p $out
unpackPhase
cd $name
$apacheAnt/bin/ant
cp -R ./* $out