Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ivoronin/rpm-mk
- Owner: ivoronin
- Created: 2014-12-19T18:37:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T18:44:07.000Z (almost 10 years ago)
- Last Synced: 2024-04-17T21:12:14.801Z (7 months ago)
- Language: Makefile
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```