Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user