18 lines
460 B
TOML
18 lines
460 B
TOML
[build]
|
|
type = "custom"
|
|
|
|
[dependencies]
|
|
runtime = ["zsh"]
|
|
|
|
[package]
|
|
description = "Additional completion definitions for Zsh"
|
|
homepage = "https://github.com/zsh-users/zsh-completions"
|
|
license = "BSD-3-Clause"
|
|
name = "zsh-completions"
|
|
version = "0.35.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "811bb4213622720872e08d6e0857f1dd7bc12ff7aa2099a170b76301a53f4fbe"
|
|
url = "https://github.com/zsh-users/zsh-completions/archive/refs/tags/$version.tar.gz"
|