|
root / devel / unzip / package.toml
package.toml TOML 27 lines 763 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
26
# unzip - Info-ZIP unzip (needed: coral's own source-extraction step shells
# out to "unzip" for .zip source archives, e.g. base/dejavu-fonts). No
# unzip binary existed anywhere on Hammerhead prior to this port.
# http://www.info-zip.org/UnZip.html

[package]
name = "unzip"
version = "6.0"
release = 1
description = "Info-ZIP unzip"
url = "http://www.info-zip.org/UnZip.html"
license = "Info-ZIP"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "unzip60.tar.gz"
urls = ["https://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz"]
checksum = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37"

[build]
parallel = false