blob: 0b5dfa91c3f2ad0d422062ae27e28de5171efae9 (
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
|
pkgbase = offpunk-git
pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities
pkgver = 1.9.1.r1.g826aa4e
pkgrel = 3
epoch = 2
url = https://git.sr.ht/~lioploum/offpunk
arch = any
license = BSD
makedepends = coreutils
makedepends = git
makedepends = python-build
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-cryptography: better support of TOFU client certificates
optdepends = python-feedparser: required to parse RSS and Atom feeds
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
sha256sums = SKIP
pkgname = offpunk-git
|