|
root / base / patch / package.toml
package.toml TOML 26 lines 560 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# GNU patch - Apply diff files
# https://www.gnu.org/software/patch/

[package]
name = "patch"
version = "2.7.6"
release = 1
description = "GNU patch - Apply diff files to originals"
url = "https://www.gnu.org/software/patch/"
license = "GPL-3.0"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "patch-2.7.6.tar.xz"
urls = ["https://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz"]
checksum = "ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd"


[build]
parallel = true