22 lines
461 B
TOML
22 lines
461 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
skip_tests = true
|
|
no_delete_static = true
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "parser generator"
|
|
homepage = "https://www.gnu.org/software/bison/"
|
|
license = "GPL-3.0-Or-Later"
|
|
name = "bison"
|
|
version = "3.8.2"
|
|
|
|
[[source]]
|
|
sha256 = "9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2"
|
|
url = "https://mirrors.kernel.org/gnu/bison/bison-$version.tar.xz"
|
|
extract_dir = "bison-$version"
|