-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52d95a2
commit f3faf4c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Template file for 'edbrowse' | ||
pkgname=edbrowse | ||
version=3.8.7 | ||
revision=2 | ||
version=3.8.8 | ||
revision=1 | ||
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_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)" | ||
maintainer="Leah Neukirchen <[email protected]>" | ||
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 | ||
checksum=56106e0e45bacbf6a400d3ae4e0ad86e3950286e1f8aa3baa05148fee8f682c1 | ||
|
||
do_install() { | ||
vbin src/edbrowse | ||
|