mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
offpunk: update to 2.0.
This commit is contained in:
parent
1553c13863
commit
14491d8657
1 changed files with 8 additions and 6 deletions
|
@ -1,22 +1,24 @@
|
||||||
# Template file for 'offpunk'
|
# Template file for 'offpunk'
|
||||||
pkgname=offpunk
|
pkgname=offpunk
|
||||||
version=1.10
|
version=2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core"
|
hostmakedepends="hatchling"
|
||||||
depends="chafa file less python3-BeautifulSoup4 python3-chardet
|
depends="chafa file less python3-BeautifulSoup4 python3-chardet
|
||||||
python3-cryptography python3-feedparser python3-readability-lxml
|
python3-cryptography python3-feedparser python3-readability-lxml
|
||||||
python3-requests python3-setproctitle timg xdg-utils xsel"
|
python3-requests python3-setproctitle xdg-utils xsel"
|
||||||
short_desc="Offline-first command-line browser for gemini, gopher and the web"
|
short_desc="Offline-first command-line browser for gemini, gopher and the web"
|
||||||
maintainer="Maeve Sproule <code@sprock.dev>"
|
maintainer="Maeve Sproule <code@sprock.dev>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://sr.ht/~lioploum/offpunk"
|
homepage="https://sr.ht/~lioploum/offpunk"
|
||||||
changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG"
|
changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG"
|
||||||
distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz"
|
distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz"
|
||||||
checksum=1715e819cbf1475943b16aba18a157a26bc8da5184dc6c5b1f1bbcf8e5455eea
|
checksum=3d5abb1882fdf6dfd8fce2bbd960f30fd9e49c0619432de883b4ea8e048db56c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vbin migrate-offpunk-cache
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vman man/ansicat.1
|
||||||
|
vman man/netcache.1
|
||||||
vman man/offpunk.1
|
vman man/offpunk.1
|
||||||
|
vman man/opnk.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue