mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
26 lines
737 B
Markdown
26 lines
737 B
Markdown
::KernAux
|
|
=========
|
|
|
|
[![Build status](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml)
|
|
[![Build status (FreeBSD)](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=mruby%20(FreeBSD))](https://cirrus-ci.com/github/tailix/libkernaux)
|
|
|
|
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
|
|
library for kernel development.
|
|
|
|
|
|
|
|
Install
|
|
-------
|
|
|
|
Add the following to your `build_config.rb`:
|
|
|
|
```ruby
|
|
MRuby::Build.new do |conf|
|
|
# ...
|
|
conf.gem github: 'tailix/libkernaux',
|
|
path: 'pkgs/mruby',
|
|
branch: 'v0.3.0',
|
|
checksum_hash: 'bab58f40b53800265084ee7c767916ad0817fe5c'
|
|
# ...
|
|
end
|
|
```
|