git-lfs: module added
This commit is contained in:
20
Tools/git-lfs/build
Executable file
20
Tools/git-lfs/build
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::set_download_url \
|
||||
"https://github.com/git-lfs/git-lfs/archive/refs/tags/v3.2.0.tar.gz" \
|
||||
"git-lfs-3.2.0.tar.gz"
|
||||
|
||||
pbuild::compile_in_sourcetree
|
||||
#pbuild::install_docfiles 'COPYING' 'README.md'
|
||||
pbuild::add_to_group 'Tools'
|
||||
unset -f pbuild::configure
|
||||
|
||||
pbuild::install() {
|
||||
install ./bin/git-lfs "${PREFIX}/bin"
|
||||
}
|
||||
|
||||
# Local Variables:
|
||||
# mode: sh
|
||||
# sh-basic-offset: 8
|
||||
# tab-width: 8
|
||||
# End:
|
||||
1
Tools/git-lfs/files/variants.rhel6
Normal file
1
Tools/git-lfs/files/variants.rhel6
Normal file
@@ -0,0 +1 @@
|
||||
git-lfs/3.3.0 unstable b:gcc/12.1.0
|
||||
13
Tools/git-lfs/modulefile
Normal file
13
Tools/git-lfs/modulefile
Normal file
@@ -0,0 +1,13 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "large file support for Git"
|
||||
module-url "https://git-lfs.com"
|
||||
module-license "MIT"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
module-help "
|
||||
Git Large File Storage (LFS) replaces large files such as audio samples,
|
||||
videos, datasets, and graphics with text pointers inside Git, while
|
||||
storing the file contents on a remote server like GitHub.com or GitHub
|
||||
Enterprise.
|
||||
"
|
||||
Reference in New Issue
Block a user