25 lines
799 B
Bash
25 lines
799 B
Bash
# Template file for 'elinks'
|
|
pkgname=elinks
|
|
version=0.16.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"
|
|
changelog="https://raw.githubusercontent.com/rkd77/elinks/master/NEWS"
|
|
distfiles="https://github.com/rkd77/elinks/archive/v${version}.tar.gz"
|
|
checksum=5494a73737eeb182fe2333b74e9b6192170f583c7722a0650dcd14ef088b9dfb
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/share/locale/locale.alias
|
|
}
|