More stuff, didn't test
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version = "4.4.1"
|
||||
revision = 1
|
||||
metadata = meta(
|
||||
description = "GNU make build automation tool",
|
||||
license = "GPL-3.0-or-later",
|
||||
website = "https://www.gnu.org/software/make/",
|
||||
)
|
||||
source = tarball_source(
|
||||
url = f"https://ftp.gnu.org/gnu/make/make-{version}.tar.gz",
|
||||
sha256 = "?",
|
||||
strip_components = 1,
|
||||
)
|
||||
host_deps = ["binutils", "gcc"]
|
||||
|
||||
configure, build, install = autotools(configure_args = [
|
||||
"--without-guile",
|
||||
])
|
||||
Reference in New Issue
Block a user