Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = ["--disable-static"]
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = ["glibc"]
|
||||
|
||||
[package]
|
||||
description = " multi-platform support library with a focus on asynchronous I/O"
|
||||
homepage = "https://libuv.org/"
|
||||
license = "MIT"
|
||||
name = "libuv"
|
||||
version = "1.52.0"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
post_extract = ["sh autogen.sh"]
|
||||
sha256 = "19fd091a582c39c7ea26dcbb40a7d2e7cf095b070a757b3c32c05de6cfed6638"
|
||||
url = "https://dist.libuv.org/dist/v$version/libuv-v$version.tar.gz"
|
||||
Reference in New Issue
Block a user