summary refs log tree commit diff
path: root/pkgs/tools/compression/zdelta/builder.sh
blob: 03db413181d7445fb01f0caa2a7e921ea3f01112 (plain) (blame)
1
2
3
4
5
6
7
8
source $stdenv/setup

installPhase() {
    mkdir -p $out/bin
    cp -p zdc zdu $out/bin
}

genericBuild