mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +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
|