aboutsummaryrefslogtreecommitdiff
path: root/xorg/feh/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-03 10:59:43 +0300
committerCem Keylan <cem@ckyln.com>2021-08-03 11:01:09 +0300
commitf58c21c71b76803c1a25c77da245936f1169e157 (patch)
treeb06f7759567c81e09dba4f1f9aace1a7faa245d2 /xorg/feh/build
parentac99236ab6fff6d4e12ad3a90eed20c486c59e22 (diff)
downloadrepository-f58c21c71b76803c1a25c77da245936f1169e157.tar.gz
feh: add new package at 3.7
Diffstat (limited to 'xorg/feh/build')
-rwxr-xr-xxorg/feh/build13
1 files changed, 13 insertions, 0 deletions
diff --git a/xorg/feh/build b/xorg/feh/build
new file mode 100755
index 00000000..468b0c88
--- /dev/null
+++ b/xorg/feh/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+mk() {
+ make \
+ PREFIX=/usr \
+ exif=1 \
+ help=1 \
+ stat64=1 \
+ "$@"
+}
+
+mk
+mk DESTDIR="$1" install