blob: 6c7464584560ffcc74f3580415c736a16ef7cff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
pkgbase = offpunk
pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities
pkgver = 2.3
pkgrel = 2
url = https://git.sr.ht/~lioploum/offpunk
arch = any
license = AGPL
makedepends = coreutils
makedepends = git
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = file
depends = less
optdepends = chafa: chafa and ansiwrap are required to render images in terminal
optdepends = python-beautifulsoup4: conversion of HTML
optdepends = python-chardet: detect text encoding
optdepends = python-cryptography: better support of TOFU client certificates
optdepends = python-feedparser: required to parse RSS and Atom feeds
optdepends = python-lxml-html-clean: conversion of HTML
optdepends = python-pillow: image manipulation
optdepends = python-readability-lxml: conversion of HTML
optdepends = python-requests: for HTTP support
optdepends = python-setproctitle: allows offpunk to change its process title
optdepends = timg: view images and videos in the terminal
optdepends = xdg-utils: xdg-open opens a URL in the preferred application
optdepends = xsel: copies text to and from the clipboard
provides = offpunk
conflicts = offpunk
conflicts = av-98-offline
noextract = offpunk
source = git+https://git.sr.ht/~lioploum/offpunk#tag=v2.3
sha256sums = SKIP
pkgname = offpunk
|