Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 705 Bytes

JA2 Stracciatella ModPacks

This repository hosts the script to create the modpacks package in ZIP and DEB.

Download the package here.

Building the package

You need git, make, curl, zip, dpkg-deb, and read access to GitHub.

make clean; make all

Alteratively run with docker:

docker build -t builder .
docker run -v $(pwd):/workdir builder

Updating the mods

Edit the contents of MODS.csv. It is in the format of $MOD_NAME,$MOD_REP,$COMMIT_OR_TAG\n. (The trailing \n is required!)

Update the package version in build/DEBIAN/control.

Re-build and upload the package.