void-packages/srcpkgs/edbrowse/template

28 lines
918 B
Bash

# Template file for 'edbrowse'
pkgname=edbrowse
version=3.8.7
revision=2
build_style=gnu-makefile
hostmakedepends="perl pkg-config"
makedepends="libcurl-devel pcre2-devel quickjs-devel readline-devel
unixodbc-devel"
make_build_args="QUICKJS_LDFLAGS=-lquickjs QUICKJS_DIR=${XBPS_CROSS_BASE}/usr/include/quickjs"
make_use_env=true
short_desc="Line-oriented text editor, web browser and mail client similar to ed(1)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later, MIT"
homepage="http://edbrowse.org/"
changelog="https://raw.githubusercontent.com/CMB/edbrowse/master/CHANGES"
distfiles="https://github.com/CMB/edbrowse/archive/v${version}.tar.gz"
checksum=2c7f6a07e5897060527b6cc5c19c45106444e2c4d8c9799434973c352d9ce4e6
do_install() {
vbin src/edbrowse
vsconf doc/sample.ebrc
vman doc/man-edbrowse-debian.1 edbrowse.1
vdoc doc/usersguide.html
vdoc README
vdoc CHANGES
vlicense COPYING
}