diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-03 10:59:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-03 10:59:42 +0300 |
commit | ac99236ab6fff6d4e12ad3a90eed20c486c59e22 (patch) | |
tree | 52a3d3ed4e628c7eaf201655f6f11d1e874c77f9 /xorg | |
parent | b9f493e997e86c7c25685bd4c3a3705ff5a6c8e6 (diff) | |
download | repository-ac99236ab6fff6d4e12ad3a90eed20c486c59e22.tar.gz |
sxiv: add new package at 26
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/sxiv/build | 3 | ||||
-rw-r--r-- | xorg/sxiv/checksums | 1 | ||||
-rw-r--r-- | xorg/sxiv/depends | 3 | ||||
-rw-r--r-- | xorg/sxiv/sources | 1 | ||||
-rw-r--r-- | xorg/sxiv/version | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/xorg/sxiv/build b/xorg/sxiv/build new file mode 100755 index 00000000..08374058 --- /dev/null +++ b/xorg/sxiv/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make PREFIX=/usr DESTDIR="$1" install diff --git a/xorg/sxiv/checksums b/xorg/sxiv/checksums new file mode 100644 index 00000000..572005a6 --- /dev/null +++ b/xorg/sxiv/checksums @@ -0,0 +1 @@ +a382ad57734243818e828ba161fc0357b48d8f3a7f8c29cac183492b46b58949 v26.tar.gz diff --git a/xorg/sxiv/depends b/xorg/sxiv/depends new file mode 100644 index 00000000..6360225e --- /dev/null +++ b/xorg/sxiv/depends @@ -0,0 +1,3 @@ +giflib +imlib2 +libexif diff --git a/xorg/sxiv/sources b/xorg/sxiv/sources new file mode 100644 index 00000000..4594ac04 --- /dev/null +++ b/xorg/sxiv/sources @@ -0,0 +1 @@ +https://github.com/muennich/sxiv/archive/v26.tar.gz diff --git a/xorg/sxiv/version b/xorg/sxiv/version new file mode 100644 index 00000000..0bfbf8a3 --- /dev/null +++ b/xorg/sxiv/version @@ -0,0 +1 @@ +26 2 |