Forwarded from dnaugsuz
我举个例子:
# /app-bin-buildtools/gcc/Package.toml
icon = "https://icon.cc/0.png" # String|Nil
name = "gcc" #String|Nil
desc = "The GNU Compiler Collection — C and C++ frontends" #String|Nil
license = "GPLv3"
apimin = 10 #Integer|Nil
authors = [ "😞" ]
deps = [ "binutils", "foodep" ] #Array of String|Nil
optdeps = [ { pkg = "make", why = "for build system" }, { pkg = "git", why = "for VCS" } ]
buildeps = [ "wget" ]#Array of String|Nil
# /app-bin-buildtools/gcc/Package.toml
icon = "https://icon.cc/0.png" # String|Nil
name = "gcc" #String|Nil
desc = "The GNU Compiler Collection — C and C++ frontends" #String|Nil
license = "GPLv3"
apimin = 10 #Integer|Nil
authors = [ "😞" ]
deps = [ "binutils", "foodep" ] #Array of String|Nil
optdeps = [ { pkg = "make", why = "for build system" }, { pkg = "git", why = "for VCS" } ]
buildeps = [ "wget" ]#Array of String|Nil