20 lines
668 B
Bash
20 lines
668 B
Bash
# Template file for 'links'
|
|
pkgname=links
|
|
version=2.19
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-ssl --enable-graphics"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="bzip2-devel gpm-devel libpng-devel libressl-devel tiff-devel"
|
|
short_desc="Graphics and text mode web browser, released under GPL"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://links.twibright.com/"
|
|
distfiles="http://links.twibright.com/download/links-${version}.tar.bz2"
|
|
checksum=70758c7dd9bb70f045407900e0a90f1114947fce832c2f9bdefd5c0158089a0a
|
|
|
|
post_install() {
|
|
mkdir -p ${DESTDIR}/usr/share/doc/
|
|
mv doc/ ${DESTDIR}/usr/share/doc/links
|
|
}
|