mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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:
9
games-util/NotEnoughProduction/files/NotEnoughProduction
Normal file
9
games-util/NotEnoughProduction/files/NotEnoughProduction
Normal 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
|
||||
Reference in New Issue
Block a user