# Copyright 2013-2023 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 Lazygit(GoPackage): """A simple terminal UI for git commands""" homepage = "https://github.com/jesseduffield/lazygit" url = "https://github.com/jesseduffield/lazygit/archive/refs/tags/v0.40.2.tar.gz" maintainers("twrs") license("MIT") version("0.40.2", sha256="146bd63995fcf2f2373bbc2143b3565b7a2be49a1d4e385496265ac0f69e4128")