diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-18 22:47:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-18 22:47:01 +0300 |
commit | 9d42a21e20dbb4d5b0744f1a5eed5dd95d2b7ee2 (patch) | |
tree | bf79431a8b9a454ead2de985f79cf3c276a1c061 /community | |
parent | 1b9afc545bd8ca7f97b91b51cf628303b13adf6f (diff) | |
download | repository-9d42a21e20dbb4d5b0744f1a5eed5dd95d2b7ee2.tar.gz |
quark: add new package at git
Diffstat (limited to 'community')
-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 |