diff options
Diffstat (limited to 'community/quark')
-rwxr-xr-x | community/quark/build | 4 | ||||
-rw-r--r-- | community/quark/checksums | 1 | ||||
-rw-r--r-- | community/quark/sources | 1 | ||||
-rw-r--r-- | community/quark/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/community/quark/build b/community/quark/build new file mode 100755 index 00000000..fb79f372 --- /dev/null +++ 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 new file mode 100644 index 00000000..bf34c643 --- /dev/null +++ b/community/quark/checksums @@ -0,0 +1 @@ +git git+git://git.suckless.org/quark diff --git a/community/quark/sources b/community/quark/sources new file mode 100644 index 00000000..d264f02b --- /dev/null +++ b/community/quark/sources @@ -0,0 +1 @@ +git+git://git.suckless.org/quark diff --git a/community/quark/version b/community/quark/version new file mode 100644 index 00000000..a383ea1a --- /dev/null +++ b/community/quark/version @@ -0,0 +1 @@ +git 1 |