Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : ruby-multi-json | |||||
| version : 1.13.1 | |||||
| release : 1 | |||||
| source : | |||||
| - https://rubygems.org/downloads/multi_json-1.13.1.gem : db8613c039b9501e6b2fb85efe4feabb02f55c3365bae52bba35381b89c780e6 | |||||
| license : MIT | |||||
| component : programing | |||||
sunnyflunk: There is now a `programming.ruby` component which these should all use now | |||||
| extract : no | |||||
| summary : A generic swappable back-end for JSON handling | |||||
| description: | | |||||
| A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson. | |||||
| builddeps : | |||||
| - pkgconfig(ruby-2.3) | |||||
| rundeps : | |||||
| - ruby | |||||
| install : | | |||||
| export geminstalldir=$(ruby -e'puts Gem.default_dir') | |||||
sunnyflunkUnsubmitted Not Done Inline ActionsThere is now new macros for ruby: %gem_build (from a .gemspec to build a .gem) Try %gem_install as I'd like to know if it works (they haven't been widely tested so it will be good for me to know cases where they don't work) sunnyflunk: There is now new macros for ruby:
%gem_build (from a .gemspec to build a .gem)
%gem_install… | |||||
| export GEM_HOME=$geminstalldir | |||||
| export GEM_PATH=$geminstalldir | |||||
| gem install \ | |||||
| --ignore-dependencies \ | |||||
| --no-user-install \ | |||||
| -i "$installdir/$geminstalldir" \ | |||||
| -n "$installdir/usr/bin" \ | |||||
| $sources/multi_json-$version.gem | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
There is now a programming.ruby component which these should all use now