Search Criteria
Package Details: offpunk 2.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/offpunk.git (read-only, click to copy) |
---|---|
Package Base: | offpunk |
Description: | Fork of the command-line Gemini client AV-98 with added offline capabilities |
Upstream URL: | https://git.sr.ht/~lioploum/offpunk |
Licenses: | AGPL |
Conflicts: | av-98-offline, offpunk |
Provides: | offpunk |
Submitter: | dcreager |
Maintainer: | dcreager |
Last Packager: | dcreager |
Votes: | 4 |
Popularity: | 0.088061 |
First Submitted: | 2023-11-25 14:46 (UTC) |
Last Updated: | 2024-06-30 21:28 (UTC) |
Dependencies (22)
- file (file-gitAUR)
- less (less-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- chafa (chafa-gitAUR) (optional) – chafa and ansiwrap are required to render images in terminal
- python-beautifulsoup4 (optional) – conversion of HTML
- python-chardet (optional) – detect text encoding
- python-cryptography (optional) – better support of TOFU client certificates
- python-feedparser (optional) – required to parse RSS and Atom feeds
- python-lxml-html-clean (optional) – conversion of HTML
- python-pillow (python-pillow-gitAUR) (optional) – image manipulation
- python-readability-lxml (python-readability-lxml-gitAUR) (optional) – conversion of HTML
- python-requests (optional) – for HTTP support
- python-setproctitle (optional) – allows offpunk to change its process title
- timgAUR (timg-gitAUR) (optional) – view images and videos in the terminal
- Show 2 more dependencies...
Latest Comments
dcreager commented on 2024-06-30 21:27 (UTC)
vjousse, digging into this it looks like this is best fixed in the
python-readability-lxml
package description; it should be updated to depend onpython-lxml-html-clean
as you have discovered, like Debian did with their analogous package. I will try to report this in the Arch package repo; in the meantime I've addedpython-lxml-html-clean
tooptdepends
.vjousse commented on 2024-06-28 06:26 (UTC)
When installing offpunk (with python-readability-lxml installed) I'm getting the following error:
Installing
python-lxml-html-clean
fixes this issue.dcreager commented on 2024-02-15 14:11 (UTC)
Updated to v2.2; PKGBUILD now installs CHANGELOG and CONTRIBUTORS files
m040601 commented on 2024-02-15 05:42 (UTC)
The developer maintains a usefull and well written CHANGELOG.
Please dont throw it away, add it also to
Thanks in advance.
dcreager commented on 2023-11-25 14:47 (UTC)
This is basically the same PKGBUILD as offpunk-git, but grabbing from specific tagged versions instead of always grabbing git HEAD.