things
This commit is contained in:
+2
-1
@@ -7,10 +7,11 @@ metadata = meta(
|
||||
)
|
||||
source = tarball_source(
|
||||
url = f"https://github.com/tukaani-project/xz/releases/download/v{version}/xz-{version}.tar.xz",
|
||||
sha256 = "?",
|
||||
sha256 = "db0590629b6f0fa36e74aea5f9731dc6f8df068ce7b7bafa45301832a5eebc3a",
|
||||
strip_components = 1,
|
||||
)
|
||||
host_deps = ["binutils", "gcc"]
|
||||
deps = [options.libc]
|
||||
|
||||
configure, build, install = autotools(configure_args = [
|
||||
"--disable-doc",
|
||||
|
||||
Reference in New Issue
Block a user