File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
repos/spack_repo/builtin/packages/croc Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright Spack Project Developers. See COPYRIGHT file for details.
2+ #
3+ # SPDX-License-Identifier: (Apache-2.0 OR MIT)
4+
5+ from spack_repo .builtin .build_systems .go import GoPackage
6+
7+ from spack .package import *
8+
9+
10+ class Croc (GoPackage ):
11+ """croc is a tool that allows any two computers to simply and securely transfer files and
12+ folders.
13+ """
14+
15+ homepage = "https://schollz.com/software/croc6"
16+ url = "https://github.com/schollz/croc/archive/refs/tags/v10.2.5.tar.gz"
17+
18+ maintainers ("zzzoom" )
19+
20+ license ("MIT" , checked_by = "zzzoom" )
21+
22+ version ("10.2.5" , sha256 = "993e0bb72e79c5168d78db5c14d84f69beeab819ab4d06f4d98fcddd23487207" )
23+
24+ depends_on (
"[email protected] :" ,
type = "build" ,
when = "@10.2.5:" )
You can’t perform that action at this time.
0 commit comments