You are not logged in.
pkgname=links2
pkgver=2.1pre19
pkgrel=1
pkgdesc="links2 is a web browser with console and graphic UI"
url="http://links.twibright.com"
license="GPL"
depends=('x-server')
source=($url/download/links-$pkgver.tar.bz2)
md5sums=('41521f4608b60baf1157f700d5943554')
build() {
cd $startdir/links-$pkgver
./configure --prefix=/usr --enable-graphics --enable-javascript --with-ssl
make || return 1
make DESTDIR=$startdir/pkg install
}
makepkg install and then links -g and njoy. IT IS BETTER THAN DILLO (it has SSL support etc). press g to go to a page. I hope someone gets to maintain it via AUR
Offline
build() {
cd $startdir/links-$pkgver
should be
build() {
cd $startdir/src/links-$pkgver
Offline
I hope someone gets to maintain it via AUR
Why not do it yourself?
Offline