|
root / base / xfe / package.toml
package.toml TOML 25 lines 765 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
# Xfe - X File Explorer, a lightweight file manager built on FOX
# https://sourceforge.net/projects/xfe/

[package]
name = "xfe"
version = "2.1.8"
release = 1
description = "X File Explorer - lightweight file manager (FOX toolkit)"
url = "https://sourceforge.net/projects/xfe/"
license = "GPL-2.0-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["fox-toolkit", "libX11", "libXft", "freetype", "fontconfig"]
build = ["fox-toolkit", "libX11", "libXft", "freetype", "fontconfig"]

[[source]]
file = "xfe-2.1.8.tar.xz"
urls = ["https://sourceforge.net/projects/xfe/files/xfe/2.1.8/xfe-2.1.8.tar.xz/download"]
checksum = "f539dd333296d91bd318ba62403bc7bee4069262df23f518e4453c80273b82be"

[build]
parallel = true