edbrowse: update to 3.8.8.
This commit is contained in:
parent
52d95a2cc2
commit
f3faf4c3bf
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'edbrowse'
|
# Template file for 'edbrowse'
|
||||||
pkgname=edbrowse
|
pkgname=edbrowse
|
||||||
version=3.8.7
|
version=3.8.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="libcurl-devel pcre2-devel quickjs-devel readline-devel
|
makedepends="libcurl-devel pcre2-devel quickjs-devel readline-devel
|
||||||
unixodbc-devel"
|
unixodbc-devel"
|
||||||
make_build_args="QUICKJS_LDFLAGS=-lquickjs QUICKJS_DIR=${XBPS_CROSS_BASE}/usr/include/quickjs"
|
make_build_args="QUICKJS_LDFLAGS=-lquickjs QUICKJS_INCLUDE=${XBPS_CROSS_BASE}/usr/include/quickjs"
|
||||||
make_use_env=true
|
make_use_env=true
|
||||||
short_desc="Line-oriented text editor, web browser and mail client similar to ed(1)"
|
short_desc="Line-oriented text editor, web browser and mail client similar to ed(1)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-3.0-or-later, MIT"
|
||||||
homepage="http://edbrowse.org/"
|
homepage="http://edbrowse.org/"
|
||||||
changelog="https://raw.githubusercontent.com/CMB/edbrowse/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/CMB/edbrowse/master/CHANGES"
|
||||||
distfiles="https://github.com/CMB/edbrowse/archive/v${version}.tar.gz"
|
distfiles="https://github.com/CMB/edbrowse/archive/v${version}.tar.gz"
|
||||||
checksum=2c7f6a07e5897060527b6cc5c19c45106444e2c4d8c9799434973c352d9ce4e6
|
checksum=56106e0e45bacbf6a400d3ae4e0ad86e3950286e1f8aa3baa05148fee8f682c1
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/edbrowse
|
vbin src/edbrowse
|
||||||
|
|
Loading…
Reference in New Issue