mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
8 lines
91 B
Bash
8 lines
91 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
mkdir -p $out
|
||
|
unpackPhase
|
||
|
cd $name
|
||
|
$apacheAnt/bin/ant
|
||
|
cp -R ./* $out
|