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

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

genericBuild