This repository hosts the script to create the modpacks package in ZIP and DEB.
Download the package here.
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
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.