7fe803191d
Also xlint.
26 lines
744 B
Bash
26 lines
744 B
Bash
# Template file for 'edbrowse'
|
|
pkgname=edbrowse
|
|
version=3.7.7
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="perl pkg-config"
|
|
makedepends="duktape-devel libcurl-devel libtidy5-devel pcre-devel
|
|
readline-devel"
|
|
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/"
|
|
distfiles="https://github.com/CMB/edbrowse/archive/v${version}.tar.gz"
|
|
checksum=bc015decc022d90f482a7f1028e9a56aa84f17406879f9aa1060e1dc175ed00f
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
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
|
|
}
|