|
root / base / mupdf / package.toml
package.toml TOML 25 lines 704 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# mupdf - lightweight PDF/XPS/EPUB viewer and library
# https://mupdf.com/

[package]
name = "mupdf"
version = "1.28.0"
release = 1
description = "Lightweight PDF/XPS/EPUB viewer and library (X11 viewer)"
url = "https://mupdf.com/"
license = "AGPL-3.0-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libX11", "libXext", "libXrandr", "libXcursor", "zlib"]
build = ["libX11", "libXext", "libXrandr", "libXcursor", "zlib"]

[[source]]
file = "mupdf-1.28.0-source.tar.gz"
urls = ["https://mupdf.com/downloads/archive/mupdf-1.28.0-source.tar.gz"]
checksum = "21c7f064903154f1c3a7458bee81f130fc36f9b5147ea13328f9980e02d2dea2"

[build]
parallel = true