Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user