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
- Host: GitHub
- URL: https://github.com/frap129/mpa
- Owner: frap129
- License: gpl-2.0
- Created: 2015-10-24T18:53:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T23:19:09.000Z (over 10 years ago)
- Last Synced: 2025-01-23T22:35:36.956Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
mpa - The Mass Patch Applier
================================
[](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.