b7d69704ae
Use HTTP for now to work around outdated certificate: Certificate verification failed for /CN=mbays.freeshell.org SSL_connect returned 1
19 lines
627 B
Bash
19 lines
627 B
Bash
# Template file for 'flinks'
|
|
pkgname=flinks
|
|
version=0.5.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="lynx python3"
|
|
short_desc="Text-mode flashing word web browser for speed-reading and/or skimming"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://mbays.freeshell.org/flinks/"
|
|
changelog="https://mbays.freeshell.org/flinks/ChangeLog"
|
|
# warning: using HTTP temporarily
|
|
distfiles="http://mbays.freeshell.org/flinks/flinks-${version}.tar.gz"
|
|
checksum=e2834ca2309cbc02693f9bdacd860045bb6d3a9ef8bd0a54ee2f1c373a366266
|
|
|
|
post_install() {
|
|
vdoc README
|
|
}
|