blob: 368e26187c9f9919323902b4253931d90f212cbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = wiki2book
pkgdesc = Wiki2book is a CLI tool to convert one or multiple Wikipedia articles into an eBook.
pkgver = 0.4.0
pkgrel = 1
url = https://github.com/hauke96/wiki2book
arch = any
license = GPL-3.0
makedepends = go>=1.22
depends = imagemagick
depends = pandoc
optdepends = ttf-dejavu: Font used in the default style
optdepends = librsvg: Tool used to convert SVGs into raster images
provides = wiki2book=0.4.0
options = !debug
options = !lto
source = git+https://github.com/hauke96/wiki2book#tag=v0.4.0
sha256sums = SKIP
pkgname = wiki2book
|