nixpkgs/pkgs/servers/http/tomcat/builder-6.0.sh

7 lines
73 B
Bash

source $stdenv/setup
tar zxf $src
mkdir $out
mv apache-tomcat-*/* $out