1
0
forked from ports/opt

links: initial release, replacement for elinks (unmaintained)

This commit is contained in:
Juergen Daubert 2019-04-26 14:14:41 +02:00
parent 3aefd1cf34
commit a62d8361ab
3 changed files with 29 additions and 0 deletions

6
links/.footprint Normal file
View File

@ -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

5
links/.signature Normal file
View File

@ -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

18
links/Pkgfile Normal file
View File

@ -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
}