Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = ["--disable-static"]
|
||||
# tests need bash
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = ["glibc"]
|
||||
|
||||
[package]
|
||||
description = "stream oriented C library for parsing XML"
|
||||
homepage = "https://github.com/libexpat/libexpat"
|
||||
license = "MIT"
|
||||
name = "expat"
|
||||
version = "2.7.4"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "9e9cabb457c1e09de91db2706d8365645792638eb3be1f94dbb2149301086ac0"
|
||||
url = "https://github.com/libexpat/libexpat/releases/download/R_2_7_4/expat-$version.tar.xz"
|
||||
Reference in New Issue
Block a user