|
root / test / ports / base / tree / package.toml
package.toml TOML 26 lines 624 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
25
# Tree Package - Directory Listing Utility
# A simple C program for testing coral with real source

[package]
name = "tree"
version = "2.1.1"
release = 1
description = "List directory contents in a tree-like format"
url = "http://mama.indstate.edu/users/ice/tree/"
license = "GPL-2.0"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[sources]
# Real source from upstream (single-line format for TOML parser compatibility)
urls = ["https://github.com/Old-Man-Programmer/tree/archive/refs/tags/2.1.1.tar.gz"]
checksums = ["SKIP"]

[build]
parallel = true
jobs = 1