24 lines
742 B
Bash
24 lines
742 B
Bash
# Template file for 'edbrowse'
|
|
pkgname=edbrowse
|
|
version=3.6.2
|
|
revision=1
|
|
hostmakedepends="pkg-config perl"
|
|
build_style="cmake"
|
|
makedepends="mozjs24-devel libressl-devel pcre-devel libcurl-devel
|
|
readline-devel libtidy5-devel"
|
|
short_desc="Line-oriented text editor, web browser and mail client similar to ed(1)"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://edbrowse.org/"
|
|
distfiles="https://github.com/CMB/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=be80c92caa6e0925e54755ac8ac0a3929319f78f1757f345c537549156a3e5a6
|
|
|
|
do_install() {
|
|
vbin build/edbrowse
|
|
vsconf doc/sample.ebrc
|
|
vman doc/man-edbrowse-debian.1 edbrowse.1
|
|
vdoc doc/usersguide.html
|
|
vdoc README
|
|
vdoc CHANGES
|
|
vlicense COPYING
|
|
}
|