commit c80d586516986dbede1325f82249795362ba3b65 parent 11cb59cf2f213c5a9a72b54c39119cd4a04678d9 Author: Daniel Bainton <dpb@driftaway.org> Date: Mon, 10 Mar 2014 13:53:33 +0200 Add install(1) Diffstat:
A | pkgs/install/build | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/pkgs/install/build b/pkgs/install/build @@ -0,0 +1,6 @@ +git="https://github.com/mit-athena/install.git" + +build: crossmusl + cd src/install + $CC -DSTRIP="\"/bin/strip\"" $CFLAGS $LDFLAGS install.c -o install + cp install $root/bin/