21 lines
443 B
TOML
21 lines
443 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"glibc",
|
|
"sh",
|
|
]
|
|
|
|
[package]
|
|
description = "A utility to show the full path of commands"
|
|
homepage = "https://www.gnu.org/software/which/"
|
|
license = "GPL-3.0-or-later"
|
|
name = "which"
|
|
version = "2.23"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "a2c558226fc4d9e4ce331bd2fd3c3f17f955115d2c00e447618a4ef9978a2a73"
|
|
url = "https://mirrors.kernel.org/gnu/which/which-2.23.tar.gz"
|