21 lines
530 B
TOML
21 lines
530 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
skip_tests = true
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "a program for controlling the generation of executables and other non-source files of a package from source files"
|
|
homepage = "https://www.gnu.org/software/make/"
|
|
license = "GPL-3.0-or-Later"
|
|
name = "make"
|
|
version = "4.4.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3"
|
|
url = "https://mirrors.kernel.org/gnu/make/make-$version.tar.gz"
|