The tools used to create the repository are available here: https://github.com/mogray5/debmod
There are currently 80+ plugins and 12 subgames packaged. Mods and games with source code hosted on public sites such as github or bitbucket will be automatically refreshed on a weekly basis.
Use the below steps to add the repository to your machine.
Create file /etc/apt/sources.list.d/mmod.list and add the below line entry:
- Code: Select all
deb http://mmod.infinitypfm.org/ mmrepo main
Import the repository key from http://mmod.infinitypfm.org/mmrepo.key:
- Code: Select all
wget --quiet -O - http://mmod.infinitypfm.org/mmrepo.key | sudo apt-key add -
apt-get update
List available mods and subgames like below:
- Code: Select all
apt-cache search mmod
apt-cache search mgame
Also a list of available packages can be found at the link below. The page includes the forum link I used to gather the information from and also the source code repo used during package creation.
http://mmod.infinitypfm.org/list.html
Packages are installed to /usr/share/games/minetest/ which integrates well with Minetest installed from PPA (https://launchpad.net/~minetestdevs/+archive/ubuntu/stable).
Feel free to post packaging errors or requests here.