Skip to content

frap129/mpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpa - The Mass Patch Applier

Build Status 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.

About

A Mass Patch Applier for Unix-like systems

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors