Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.19 KB

This repository

This is a fork of DanielOertwig/customizepkg-patching intended to add small improvements such as:

  • Support for other patching tools (such as git diff --no-index and git apply)
  • Better revert handling
  • (if feasible) Safety against malicious PKGBUILDs.

customizepkg-patching

A tool to automate modification of PKGBUILDs using patch.

This is used by e.g. yaourt to apply changes to packages before they are built. The original customizepkg is using a special syntax to define the changes to be made. This version uses patches instead.

Discussion on Arch Forum: https://bbs.archlinux.org/viewtopic.php?id=132685

Warranty

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA