Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : antibody | name : antibody | ||||
| version : 4.0.1 | version : 4.1.0 | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - https://github.com/getantibody/antibody/archive/v4.0.1.tar.gz : 644a2217c444731f4a438a2ca2bb3e3179c13934139bc14abb5ddbd65a08b20a | - https://github.com/getantibody/antibody/archive/v4.1.0.tar.gz : aac40071846c09febccac3e540ce4cd3855868972bcea6a9aa903ab8bfa5ff4d | ||||
| license : MIT | license : MIT | ||||
| component : system.utils | component : system.utils | ||||
| summary : A fast zsh plugin manager | summary : A fast zsh plugin manager | ||||
| description: | | description: | | ||||
| Antibody is a shell plugin manager made from the ground up thinking about performance. | Antibody is a shell plugin manager made from the ground up thinking about performance. | ||||
| extract : no | |||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - dep | |||||
| - git | - git | ||||
| - golang | - golang | ||||
| environment: | | |||||
| antibody_path=$(go env GOPATH)/src/github.com/getantibody/antibody | |||||
| setup : | | |||||
| mkdir -p $antibody_path | |||||
| tar xf $sources/v${version}.tar.gz -C $antibody_path --strip-components 1 | |||||
| cd $antibody_path | |||||
| dep ensure -vendor-only | |||||
| build : | | build : | | ||||
| cd $antibody_path | %make | ||||
| %make build | |||||
| install : | | install : | | ||||
| install -Dm00755 $antibody_path/antibody $installdir/usr/bin/antibody | install -Dm00755 antibody $installdir/usr/bin/antibody | ||||
| check : | | check : | | ||||
| cd $antibody_path | |||||
| %make test | %make test | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.