Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : git-lfs | name : git-lfs | ||||
| version : 3.2.0 | version : 3.3.0 | ||||
| release : 16 | release : 17 | ||||
| source : | source : | ||||
| - https://github.com/git-lfs/git-lfs/archive/refs/tags/v3.2.0.tar.gz : f8e6bbe043b97db8a5c16da7289e149a3fed9f4d4f11cffcc6e517c7870cd9e5 | - https://github.com/git-lfs/git-lfs/archive/refs/tags/v3.3.0.tar.gz : d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5 | ||||
| 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 : | ||||
| - pkgconfig(ruby-3.1) | - asciidoctor | ||||
| - git | - git | ||||
| - golang | - golang | ||||
| rundeps : | rundeps : | ||||
| - git | - git | ||||
| environment: | | environment: | | ||||
| export GEM_PATH=$workdir/gems | |||||
| export GEM_HOME=$workdir/gems | |||||
| 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 : | | 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/man1/* | install -Dm00644 -t $installdir/usr/share/man/man1 man/man1/* | ||||
| install -Dm00644 -t $installdir/usr/share/man/man5 man/man5/* | install -Dm00644 -t $installdir/usr/share/man/man5 man/man5/* | ||||
| check : | | check : | | ||||
| %make test | %make test | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.