# Template file for 'elinks' pkgname=elinks version=0.18.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="Saksham " license="GPL-2.0-only" homepage="https://github.com/rkd77/elinks" changelog="https://raw.githubusercontent.com/rkd77/elinks/master/NEWS" distfiles="https://github.com/rkd77/elinks/archive/v${version}.tar.gz" checksum=b4200c17dfe5574daddeceda69a42ef8f2459fc43e92cac73dcf30c3343c95a5 # ld: no input files disable_parallel_build=yes pre_configure() { autoreconf -fi } post_install() { rm ${DESTDIR}/usr/share/locale/locale.alias }