23 lines
818 B
Bash
23 lines
818 B
Bash
# Template file for 'offpunk'
|
|
pkgname=offpunk
|
|
version=1.10
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="chafa file less python3-BeautifulSoup4 python3-chardet
|
|
python3-cryptography python3-feedparser python3-readability-lxml
|
|
python3-requests python3-setproctitle timg xdg-utils xsel"
|
|
short_desc="Offline-first command-line browser for gemini, gopher and the web"
|
|
maintainer="Maeve Sproule <code@sprock.dev>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://sr.ht/~lioploum/offpunk"
|
|
changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG"
|
|
distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz"
|
|
checksum=1715e819cbf1475943b16aba18a157a26bc8da5184dc6c5b1f1bbcf8e5455eea
|
|
|
|
post_install() {
|
|
vbin migrate-offpunk-cache
|
|
vlicense LICENSE
|
|
vman man/offpunk.1
|
|
}
|