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
- Host: GitHub
- URL: https://github.com/iij/mruby-rpm-spec
- Owner: iij
- Created: 2013-01-22T00:37:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-22T00:59:44.000Z (over 12 years ago)
- Last Synced: 2025-01-29T00:30:44.663Z (3 months ago)
- Size: 109 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 :)