22 lines
477 B
TOML
22 lines
477 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
build = ["texinfo"]
|
|
runtime = [
|
|
"sh",
|
|
"glibc",
|
|
]
|
|
|
|
[package]
|
|
description = "collection of utilities to access MS-DOS disks"
|
|
homepage = "https://www.gnu.org/software/mtools/"
|
|
license = "GPL-3.0-or-later"
|
|
name = "mtools"
|
|
version = "4.0.49"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "6fe5193583d6e7c59da75e63d7234f76c0b07caf33b103894f46f66a871ffc9f"
|
|
url = "https://mirrors.kernel.org/gnu/mtools/mtools-$version.tar.bz2"
|