Skip to content

Commit 171a0cf

Browse files
authored
croc: add new package (spack#1909)
1 parent 99ce5de commit 171a0cf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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:")

0 commit comments

Comments
 (0)