void-packages/srcpkgs/elinks/template
2021-06-10 11:52:59 -03:00

24 lines
728 B
Bash

# Template file for 'elinks'
pkgname=elinks
version=0.14.1
revision=1
build_style=gnu-configure
configure_args="--enable-true-color --enable-fastmem --without-spidermonkey"
hostmakedepends="automake libtool pkg-config gettext"
makedepends="gpm-devel zlib-devel bzip2-devel libidn-devel tre-devel
ncurses-devel openssl-devel"
short_desc="Full-Featured Text WWW Browser"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/rkd77/elinks"
distfiles="https://github.com/rkd77/elinks/archive/v${version}.tar.gz"
checksum=0161e439eb2100d14fc79bb2b2763c2bf67c601999d3c5b1b7c565e704d16c18
pre_configure() {
autoreconf -fi
}
post_install() {
rm ${DESTDIR}/usr/share/locale/locale.alias
}