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

https://github.com/frap129/mpa

A Mass Patch Applier for Unix-like systems
https://github.com/frap129/mpa

Last synced: over 1 year ago
JSON representation

A Mass Patch Applier for Unix-like systems

Awesome Lists containing this project

README

          

mpa - The Mass Patch Applier
================================
[![Build Status](https://travis-ci.org/frap129/mpa.svg?branch=master)](https://travis-ci.org/frap129/mpa)
What is mpa?
------------
mpa is a tool written in C, made for applying many patch files
at once. This is acheived by searching a defined directory for
.patch files.

How do I build mpa?
-------------------
It's as simple as running "make mpa"! The only compilation
dependencies are gcc and automake, which are standard for
almost all linux programs.

How do I use mpa?
-----------------
mpa is easy to use, only requiring one argument. Simply cd into
the directory of the source you want to patch, and run
mpa /patch/directory/
to apply all patch files in /patch/directory/ and all sub
directories of /patch/directory/.

What do I need to run mpa?
--------------------------
mpa has very few dependencies, and can be run on a very bare
system. To compile, only GCC and Automake are needed. To run,
GNU find, xargs, and patch are needed.