Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"sh",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "programs for compressing and decompressing files"
|
||||
homepage = "https://www.gnu.org/software/gzip/"
|
||||
license = "GPL-3.0-or-Later"
|
||||
name = "gzip"
|
||||
version = "1.14"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "01a7b881bd220bfdf615f97b8718f80bdfd3f6add385b993dcf6efd14e8c0ac6"
|
||||
url = "https://mirrors.kernel.org/gnu/gzip/gzip-$version.tar.xz"
|
||||
Reference in New Issue
Block a user