vp-build/srcpkgs/elinks/template

24 lines
728 B
Bash

# Template file for 'elinks'
pkgname=elinks
version=0.15.0
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=49e261fb7a6b061b51ca38b7152712caba90c8eaa6996bcf4c00fe2867a7f366
pre_configure() {
autoreconf -fi
}
post_install() {
rm ${DESTDIR}/usr/share/locale/locale.alias
}