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