Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : git-lfs | name : git-lfs | ||||
| version : 2.11.0 | version : 2.12.0 | ||||
| release : 10 | release : 11 | ||||
| source : | source : | ||||
| - https://github.com/git-lfs/git-lfs/archive/v2.10.0.tar.gz : 07fd5c57a1039d5717dc192affbe3268ec2fd03accdca462cb504c0b4194cd23 | - https://github.com/git-lfs/git-lfs/archive/v2.12.0.tar.gz : 9971d91cd2b0dd34ccda41a3db97504bfdb4fbc23cc2ee4b6e3b9afea5643941 | ||||
| homepage : https://git-lfs.github.com | homepage : https://git-lfs.github.com | ||||
| license : MIT | license : MIT | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : Git extension for versioning large files | summary : Git extension for versioning large files | ||||
| description: | | description: | | ||||
| Git LFS is a command line extension for managing large files with Git | Git LFS is a command line extension for managing large files with Git | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - git | - git | ||||
| - golang | - golang | ||||
| - ruby-devel | - ruby-devel | ||||
| rundeps : | rundeps : | ||||
| - git | - git | ||||
| setup : | | environment: | | ||||
| export GEM_HOME=$workdir/gems | |||||
| gem install ronn | |||||
| build : | | |||||
| export GEM_PATH=$workdir/gems | export GEM_PATH=$workdir/gems | ||||
| export GEM_HOME=$workdir/gems | |||||
| export PATH=$PATH:$GEM_PATH/bin | export PATH=$PATH:$GEM_PATH/bin | ||||
| # the git-lfs makefile uses the system LDFLAGS by default, ypkg sets it up for C/C++ (so don't use it) | # the git-lfs makefile uses the system LDFLAGS by default, ypkg sets it up for C/C++ (so don't use it) | ||||
| unset LDFLAGS | unset LDFLAGS | ||||
| setup : | | |||||
| gem install ronn | |||||
| build : | | |||||
| %make | %make | ||||
| %make man | %make man | ||||
| install : | | install : | | ||||
| install -Dm00755 bin/git-lfs $installdir/usr/bin/git-lfs | install -Dm00755 bin/git-lfs $installdir/usr/bin/git-lfs | ||||
| install -Dm00644 -t $installdir/usr/share/man/man1 man/*.1 | install -Dm00644 -t $installdir/usr/share/man/man1 man/*.1 | ||||
| install -Dm00644 -t $installdir/usr/share/man/man5 man/*.5 | install -Dm00644 -t $installdir/usr/share/man/man5 man/*.5 | ||||
| check : | | check : | | ||||
| %make test | %make test | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.