Skip to content
Snippets Groups Projects
Unverified Commit 5d8cd207 authored by Pranav Sivaraman's avatar Pranav Sivaraman Committed by GitHub
Browse files

zoxide: new package (#42840)


* feat: zoxide package

* Apply suggestions from code review

Co-authored-by: default avatarAlec Scott <alec@bcs.sh>

---------

Co-authored-by: default avatarAlec Scott <alec@bcs.sh>
parent 3990589b
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class Zoxide(CargoPackage):
"""zoxide is a smarter cd command, inspired by z and autojump. It
remembers which directories you use most frequently, so you can
"jump" to them in just a few keystrokes. zoxide works on all major shells.
"""
homepage = "https://github.com/ajeetdsouza/zoxide"
url = "https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v0.9.4.tar.gz"
maintainers("pranav-sivaraman")
license("MIT")
version("0.9.4", sha256="ec002bdca37917130ae34e733eb29d4baa03b130c4b11456d630a01a938e0187")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment