git-lfs: module added

This commit is contained in:
2023-01-26 17:43:20 +01:00
parent 4d6c7e61f4
commit ebc3d733d0
3 changed files with 34 additions and 0 deletions

20
Tools/git-lfs/build Executable file
View 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:

View File

@@ -0,0 +1 @@
git-lfs/3.3.0 unstable b:gcc/12.1.0

13
Tools/git-lfs/modulefile Normal file
View 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.
"