https://github.com/mpenick/libuv-packaging
Scripts to build libuv rpm and deb packages
https://github.com/mpenick/libuv-packaging
deb debian-package libuv rpm rpm-packaging
Last synced: 6 months ago
JSON representation
Scripts to build libuv rpm and deb packages
- Host: GitHub
- URL: https://github.com/mpenick/libuv-packaging
- Owner: mpenick
- Created: 2015-01-23T20:48:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T20:47:31.000Z (over 7 years ago)
- Last Synced: 2025-03-06T01:49:50.466Z (over 1 year ago)
- Topics: deb, debian-package, libuv, rpm, rpm-packaging
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEB and RPM packaging for libuv
The packages are built under the `build` directory.
## To build the Debian package:
```bash
./build_deb.sh
```
## To build the RPM package:
```bash
./build_rpm.sh
```