I have that for the (now) old java client/launcher. Jagex released a new client/launcher called NXT which doesn't have that yet. If I can get the files I'll have a go at writing an ebuild (and other stuff) and try to get them to make a gentoo package. Tempted to put Ubuntu on my old comp, install it there to work out the files & locations.
On Mon, Apr 18, 2016 at 10:49 PM, Mark Knecht <markkne...@gmail.com> wrote: > > > On Mon, Apr 18, 2016 at 5:40 AM, Daiajo Tibdixious <dai...@gmail.com> wrote: >> >> A package I wish to download has these instructions: >> >> wget -O - >> http://content.runescape.com/a=946/downloads/ubuntu/runescape.gpg.key >> | apt-key add - >> mkdir -p /etc/apt/sources.list.d >> echo "deb http://content.runescape.com/a=946/downloads/ubuntu trusty >> non-free" > /etc/apt/sources.list.d/runescape.list >> apt-get update >> apt-get install -y runescape-launcher >> >> I have downloaded the apt sources and have been reading it. However >> its fairly large & >> complex which will take me a while to figure out. >> The gpg key was fairly easy, but I don't see how apt-get uses it yet. >> I also don't see how apt gets the list of files to download, since >> there is only a directory given. >> I can't displayhttp://content.runescape.com/a=946/downloads/ubuntu in a >> browser. >> >> Just wondering if anyone has anything helpful to shorten the process >> of figuring it out. >> I'm planning to create a cut down apt-get which just fetches the >> files, but don't have much time most days. >> > > In my experience if you're running Gentoo you're better off staying in the > Gentoo > package framework and finding the app you want in a portage overlay: > > https://gpo.zugaina.org/games-rpg/unix-runescape-client