games-util/NotEnoughProduction: new package

NEP is useful to explore/design production lines
in modded minecraft

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-21 18:55:27 +02:00
parent ab0a38628e
commit 95dc2a7fc8
4 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# we need to execute this in a user writeable directory
mkdir -p ${HOME}/.local/share/NotEnoughProduction
cp /usr/share/NotEnoughProduction/lib/NotEnoughProduction-*.jar ${HOME}/.local/share/NotEnoughProduction/NotEnoughProduction.jar
pushd ${HOME}/.local/share/NotEnoughProduction
java -jar ${HOME}/.local/share/NotEnoughProduction/NotEnoughProduction.jar
popd