|
root / base / fox-toolkit / package.toml
package.toml TOML 25 lines 780 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
# fox-toolkit (FOX) - C++ GUI toolkit, backs the Xfe file manager
# https://fox-toolkit.org/

[package]
name = "fox-toolkit"
version = "1.6.59"
release = 1
description = "FOX C++ GUI toolkit"
url = "https://fox-toolkit.org/"
license = "LGPL-2.1-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libX11", "libXft", "freetype", "fontconfig", "libXext", "libXrandr", "libXcursor", "libpng", "libjpeg-turbo"]
build = ["libX11", "libXft", "freetype", "fontconfig", "libXext", "libXrandr", "libXcursor", "libpng", "libjpeg-turbo"]

[[source]]
file = "fox-1.6.59.tar.gz"
urls = ["http://fox-toolkit.org/ftp/fox-1.6.59.tar.gz"]
checksum = "48f33d2dd5371c2d48f6518297f0ef5bbf3fcd37719e99f815dc6fc6e0f928ae"

[build]
parallel = true