Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[build]
|
||||
type = "cmake"
|
||||
|
||||
[build.flags]
|
||||
build_dir = "build"
|
||||
configure = [
|
||||
"-DLIBDEFLATE_BUILD_STATIC_LIB=OFF",
|
||||
"-DLIBDEFLATE_BUILD_TESTS=ON",
|
||||
"-G Ninja"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"cmake",
|
||||
"ninja",
|
||||
]
|
||||
runtime = ["glibc"]
|
||||
|
||||
[package]
|
||||
description = "Heavily optimized library for DEFLATE/zlib/gzip compression and decompression"
|
||||
homepage = "https://github.com/ebiggers/libdeflate"
|
||||
license = "MIT"
|
||||
name = "libdeflate"
|
||||
version = "1.25"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/ebiggers/libdeflate.git#c8c56a20f8f621e6a966b716b31f1dedab6a41e3"
|
||||
Reference in New Issue
Block a user