Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivoronin/rpm-mk

Makefile for building RPM packages from git
https://github.com/ivoronin/rpm-mk

Last synced: 5 days ago
JSON representation

Makefile for building RPM packages from git

Awesome Lists containing this project

README

        

# rpm-mk
Makefile for building RPM packages from git

## Usage
Add rpm-mk as a submodule to your project git repository:

```
git submodule add https://github.com/ivoronin/rpm-mk.git rpm-mk
```

Add following line to your project makefile:

```
include rpm-mk/rpm.mk
```

Run:

```
make rpm
```