mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03: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
|