nixpkgs/pkgs/servers/http/jetty/bin-builder.sh

8 lines
69 B
Bash

set -e
source $stdenv/setup
unzip $src
mkdir $out
mv jetty*/* $out