18 lines
506 B
TOML
18 lines
506 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
runtime = [ "glibc", "attr" ]
|
|
|
|
[package]
|
|
description = "a program for modifying or creating files by applying a “patch” file typically created by the diff program"
|
|
homepage = "https://www.gnu.org/software/patch/"
|
|
license = "GPL-3.0-or-Later"
|
|
name = "patch"
|
|
version = "2.8"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "f87cee69eec2b4fcbf60a396b030ad6aa3415f192aa5f7ee84cad5e11f7f5ae3"
|
|
url = "https://mirrors.kernel.org/gnu/patch/patch-$version.tar.xz"
|