ports/opt (3.5): links: initial release, replacement for elinks (unmaintained)
commit a62d8361abb02eadc5027989433404e883f7d570 Author: Juergen Daubert <jue@jue.li> Date: Fri Apr 26 14:14:41 2019 +0200 links: initial release, replacement for elinks (unmaintained) diff --git a/links/.footprint b/links/.footprint new file mode 100644 index 000000000..9ce6f70bd --- /dev/null +++ b/links/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/links +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/links.1.gz diff --git a/links/.signature b/links/.signature new file mode 100644 index 000000000..c0701894b --- /dev/null +++ b/links/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/QdffmMeWQTO/Y61JAqGtGAvCpGicuAet0NWvhnZvmfZ9jpYZ1rn1JOiHSGxj78mXZC8QOrUyf4c+jwk9H3zSAw= +SHA256 (Pkgfile) = 77ec200bc6357e927e1cef1db89c38256d09a6758cf6fe9f68390fea2544528b +SHA256 (.footprint) = d4a15715261774915063fd189ebc098512027f9bd8973e479a9d5d1b9544b548 +SHA256 (links-2.19.tar.bz2) = 70758c7dd9bb70f045407900e0a90f1114947fce832c2f9bdefd5c0158089a0a diff --git a/links/Pkgfile b/links/Pkgfile new file mode 100644 index 000000000..9e3c5dabb --- /dev/null +++ b/links/Pkgfile @@ -0,0 +1,18 @@ +# Description: text mode web browser +# URL: http://links.twibright.com/ +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: bzip2 xz zlib openssl libevent + +name=links +version=2.19 +release=1 +source=(http://links.twibright.com/download/links-$version.tar.bz2) + +build () { + cd $name-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu