mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 10:02:58 +02:00
parent
a19c536af3
commit
6e6b0ce547
1 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'w3m'
|
# Template file for 'w3m'
|
||||||
pkgname=w3m
|
pkgname=w3m
|
||||||
version=0.5.3+git20230121
|
version=0.5.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libexecdir=/usr/lib --enable-image=x11,fb
|
configure_args="--libexecdir=/usr/lib --enable-image=x11,fb
|
||||||
--with-nkf=/usr/bin/nkf
|
--with-nkf=/usr/bin/nkf
|
||||||
|
@ -12,10 +12,11 @@ makedepends="zlib-devel ncurses-devel gc-devel openssl-devel imlib2-devel
|
||||||
short_desc="Text-based Web browser and pager (with Debian patches)"
|
short_desc="Text-based Web browser and pager (with Debian patches)"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://tracker.debian.org/pkg/w3m"
|
# https://github.com/tats/w3m/issues/304
|
||||||
changelog="https://raw.githubusercontent.com/tats/w3m/master/NEWS"
|
homepage="https://sr.ht/~rkta/w3m/"
|
||||||
distfiles="https://github.com/tats/w3m/archive/v$version.tar.gz"
|
changelog="https://git.sr.ht/~rkta/w3m/blob/master/ChangeLog"
|
||||||
checksum=fdc7d55d3c0104db26aa9759db34f37e5eee03f44c868796e3bbfb8935c96e39
|
distfiles="https://git.sr.ht/~rkta/w3m/archive/v${version}.tar.gz"
|
||||||
|
checksum=b271c86b13be2207700230cb3f9061271ea37fd1ace199f48b72ea542a529a0f
|
||||||
|
|
||||||
LDFLAGS="-lX11"
|
LDFLAGS="-lX11"
|
||||||
|
|
||||||
|
@ -45,7 +46,7 @@ do_check() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local _file
|
local _file
|
||||||
vlicense doc/README
|
vlicense COPYING
|
||||||
for _file in doc/HISTORY doc/README* doc/*.html
|
for _file in doc/HISTORY doc/README* doc/*.html
|
||||||
do
|
do
|
||||||
vdoc "$_file"
|
vdoc "$_file"
|
||||||
|
|
Loading…
Add table
Reference in a new issue