mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
edbrowse: update to 3.8.11.
This commit is contained in:
parent
179caac4dc
commit
9144a5a6a0
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'edbrowse'
|
# Template file for 'edbrowse'
|
||||||
pkgname=edbrowse
|
pkgname=edbrowse
|
||||||
version=3.8.10
|
version=3.8.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_use_env=true
|
||||||
|
make_build_args="QUICKJS_LDFLAGS=-lquickjs QUICKJS_INCLUDE=${XBPS_CROSS_BASE}/usr/include/quickjs"
|
||||||
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_INCLUDE=${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)"
|
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>"
|
||||||
license="GPL-3.0-or-later, MIT"
|
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=3c194ce45b7348211ce3ad8e3304a0eacf8b27e623cbf8c08687785f88174e03
|
checksum=7c614d50e89245d3caf48189954dcf9988427e2953c0eaeea622fe38f19ceb44
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/edbrowse
|
vbin src/edbrowse
|
||||||
|
@ -23,5 +23,5 @@ do_install() {
|
||||||
vdoc doc/usersguide.html
|
vdoc doc/usersguide.html
|
||||||
vdoc README
|
vdoc README
|
||||||
vdoc CHANGES
|
vdoc CHANGES
|
||||||
vlicense COPYING
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue