Skip to content

Commit d4b592d

Browse files
committed
#502 3.2.0 config with check_readelf_rpath
1 parent 06dd32e commit d4b592d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

502_git-lfs/git-lfs.eb

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
easyblock = 'MakeCp'
2+
3+
name = 'git-lfs'
4+
version = '3.2.0'
5+
6+
homepage = 'https://git-lfs.github.com'
7+
description = """Git Large File Storage (LFS) replaces large files such as audio
8+
samples, videos, datasets, and graphics with text pointers inside Git, while
9+
storing the file contents on a remote server like GitHub.com"""
10+
11+
toolchain = SYSTEM
12+
13+
github_account = name
14+
source_urls = [GITHUB_SOURCE]
15+
sources = ['v%(version)s.tar.gz']
16+
checksums = ['f8e6bbe043b97db8a5c16da7289e149a3fed9f4d4f11cffcc6e517c7870cd9e5']
17+
18+
builddependencies = [('Go', '1.17.6')]
19+
20+
files_to_copy = [(['bin/%(name)s'], 'bin')]
21+
22+
sanity_check_paths = {
23+
'files': ['bin/git-lfs'],
24+
'dirs': [],
25+
}
26+
27+
check_readelf_rpath = False
28+
sanity_check_commands = ["git-lfs --version"]
29+
30+
moduleclass = 'tools'

0 commit comments

Comments
 (0)