An open API service indexing awesome lists of open source software.

https://github.com/iij/mruby-rpm-spec

RPM spec file for mruby
https://github.com/iij/mruby-rpm-spec

Last synced: about 1 month ago
JSON representation

RPM spec file for mruby

Awesome Lists containing this project

README

        

mruby-rpm-spec
==============

1. Download a zipball into SOURCES directory as "mruby-master.zip".
```
curl -L -o $RPM/SOURCES/mruby-master.zip https://github.com/mruby/mruby/archive/master.zip
```
2. Run rpmbuild.
```
rpmbuild -bb mruby.spec
```
3. You have an mruby rpm :)