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

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

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
```