Skip to content

Collection of Community-created mod contents

Notifications You must be signed in to change notification settings

ja2-stracciatella/ja2-stracciatella-modpacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.