31 lines
578 B
TOML
31 lines
578 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = [
|
|
"-G",
|
|
"-r",
|
|
]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"llvm",
|
|
"make",
|
|
]
|
|
runtime = [
|
|
"glibc",
|
|
"readline",
|
|
]
|
|
|
|
[package]
|
|
description = "implementation of the POSIX bc calculator with GNU extensions and dc"
|
|
homepage = "https://github.com/gavinhoward/bc"
|
|
license = "BSD-2-Clause"
|
|
name = "bc"
|
|
version = "7.0.3"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "91eb74caed0ee6655b669711a4f350c25579778694df248e28363318e03c7fc4"
|
|
url = "https://github.com/gavinhoward/bc/releases/download/$version/bc-$version.tar.xz"
|