commit 120ee503eba56eb8c24960ee3095ad3b5089b123 parent 0da5b7c65a40ff12db925a1a58a6c13d9a149f1b Author: sin <sin@2f30.org> Date: Fri, 7 Mar 2014 15:10:44 +0000 Add quark package Diffstat:
A | pkgs/quark | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/pkgs/quark b/pkgs/quark @@ -0,0 +1,8 @@ +git="git://git.suckless.org/quark" + +build: crossmusl + set -x + cd src/quark + cp config.def.h config.h + $CC -o quark quark.c -DVERSION=\"0.1\" $CFLAGS $LDFLAGS + cp quark "$root/bin"