diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-03 01:28:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-03 01:28:21 +0300 |
commit | dd45adc488b6ba4c15a3b679f775ec15a3546d97 (patch) | |
tree | 89e9d6c79222009914b42c141216af25840b28fd /extra/links | |
parent | f4ecc53ade842964d8261e7a6612153ec0d19a4c (diff) | |
download | repository-dd45adc488b6ba4c15a3b679f775ec15a3546d97.tar.gz |
links: add new package at 2.23
Diffstat (limited to 'extra/links')
-rwxr-xr-x | extra/links/build | 12 | ||||
-rw-r--r-- | extra/links/checksums | 2 | ||||
-rw-r--r-- | extra/links/depends | 4 | ||||
-rw-r--r-- | extra/links/meta | 3 | ||||
-rw-r--r-- | extra/links/sources | 1 | ||||
-rw-r--r-- | extra/links/version | 1 |
6 files changed, 23 insertions, 0 deletions
diff --git a/extra/links/build b/extra/links/build new file mode 100755 index 00000000..51eedad9 --- /dev/null +++ b/extra/links/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" + +./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --without-libevent \ + --with-ssl + +make +make DESTDIR="$1" install diff --git a/extra/links/checksums b/extra/links/checksums new file mode 100644 index 00000000..ed4c2bdb --- /dev/null +++ b/extra/links/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +3b68039f064be8889d36d61af05f8ccdfa4ca1642d813a8cfc1210bdc1f5982c links-2.23.tar.bz2 diff --git a/extra/links/depends b/extra/links/depends new file mode 100644 index 00000000..9406cead --- /dev/null +++ b/extra/links/depends @@ -0,0 +1,4 @@ +bzip2 make +libressl make +xz make +zlib make diff --git a/extra/links/meta b/extra/links/meta new file mode 100644 index 00000000..28a8a571 --- /dev/null +++ b/extra/links/meta @@ -0,0 +1,3 @@ +description: Terminal web browser +license: GPL-2.0+ +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/links/sources b/extra/links/sources new file mode 100644 index 00000000..1f6f0984 --- /dev/null +++ b/extra/links/sources @@ -0,0 +1 @@ +http://links.twibright.com/download/links-2.23.tar.bz2 diff --git a/extra/links/version b/extra/links/version new file mode 100644 index 00000000..638f155f --- /dev/null +++ b/extra/links/version @@ -0,0 +1 @@ +2.23 1 |