commit 9d42a21e20dbb4d5b0744f1a5eed5dd95d2b7ee2 parent 1b9afc545bd8ca7f97b91b51cf628303b13adf6f Author: Cem Keylan <cem@ckyln.com> Date: Sat, 18 Jul 2020 22:47:01 +0300 quark: add new package at git Diffstat:
A | community/quark/build | | | 4 | ++++ |
A | community/quark/checksums | | | 1 | + |
A | community/quark/sources | | | 1 | + |
A | community/quark/version | | | 1 | + |
4 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/community/quark/build b/community/quark/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make LDFLAGS="$LDFLAGS -static" +make PREFIX=/usr DESTDIR="$1" install diff --git a/community/quark/checksums b/community/quark/checksums @@ -0,0 +1 @@ +git git+git://git.suckless.org/quark diff --git a/community/quark/sources b/community/quark/sources @@ -0,0 +1 @@ +git+git://git.suckless.org/quark diff --git a/community/quark/version b/community/quark/version @@ -0,0 +1 @@ +git 1