|
root / base / dejavu-fonts / package.toml
package.toml TOML 25 lines 688 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
# dejavu-fonts - DejaVu TrueType font family (pre-built .ttf distribution,
# no compile step). https://dejavu-fonts.github.io/

[package]
name = "dejavu-fonts"
version = "2.37"
release = 1
description = "DejaVu TrueType font family"
url = "https://dejavu-fonts.github.io/"
license = "Bitstream-Vera AND Public-Domain"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["fontconfig"]
build = []

[[source]]
file = "dejavu-fonts-ttf-2.37.zip"
urls = ["https://downloads.sourceforge.net/project/dejavu/dejavu/2.37/dejavu-fonts-ttf-2.37.zip"]
checksum = "7576310b219e04159d35ff61dd4a4ec4cdba4f35c00e002a136f00e96a908b0a"

[build]
parallel = false