void-packages/srcpkgs/links/template
2016-07-03 22:20:42 -04:00

19 lines
648 B
Bash

# Template file for 'links'
pkgname=links
version=2.13
revision=1
build_style=gnu-configure
configure_args="--with-ssl --enable-graphics"
makedepends="libpng-devel libjpeg-turbo tiff-devel bzip2-devel zlib-devel gpm-devel libressl-devel"
short_desc="Graphics and text mode web browser, released under GPL"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="GPL-2"
homepage="http://links.twibright.com/"
distfiles="http://links.twibright.com/download/links-${version}.tar.gz"
checksum=bcd068b5b47f604f91091c541d469df2afb6bd6604cddd6f059a17ec9ceb74ae
post_install() {
mkdir -p ${DESTDIR}/usr/share/doc/
mv doc/ ${DESTDIR}/usr/share/doc/links
}