Shell script Makefile template with Arch PKGBUILD creation.
Go to file
2023-09-27 14:02:00 +02:00
LICENSE Initial commit 2023-07-05 20:33:58 +00:00
Makefile Fix documentation creation 2023-09-27 14:02:00 +02:00
my-awesome-program Add documentation creation and checksums 2023-08-15 14:30:37 +02:00
my-awesome-program.1 Add documentation creation and checksums 2023-08-15 14:30:37 +02:00
my-awesome-program.md Add documentation creation and checksums 2023-08-15 14:30:37 +02:00
options.mk fix some more crap 2023-07-05 22:54:57 +02:00
PKGBUILD Actual initial commit 2023-07-05 22:45:36 +02:00
README.md Add documentation creation and checksums 2023-08-15 14:30:37 +02:00

shell-makefile-template

Shell script Makefile template with Arch PKGBUILD creation.

Features

This makefile does the following:

  • Handles installation of the script
  • Handles man pages using pandoc
  • Handles distro packages (tarballs)
  • Automatically prepares a PKGBUILD which can create an Arch Linux package for your script

Usage

Edit options.mk to fit your program.