aur_json

Query the Arch User Repository Remote Procedure Call Interface

Installation

Add this line to your application's Gemfile:

gem 'aur_json'

And then execute:

$ bundle

Or install it yourself as:

$ gem install aur_json

Usage

Search for a package:

$ aur_json search tox-git

Search for packages by maintainer:

$ aur_json msearch Boohbah

https://wiki.archlinux.org/index.php/AurJson

https://rubygems.org/gems/aur_json

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request