Download ZIP or TGZ package and expand it.
The following packages are also officially supported:
Note: Please report any issues with these to the sbt-launcher-package project.
In the official tree there is no ebuild for sbt. But there are ebuilds to merge sbt from binaries. To merge sbt from this ebuilds you can do:
$ mkdir -p /usr/local/portage && cd /usr/local/portage
$ git clone git://github.com/whiter4bbit/overlays.git
$ echo "PORTDIR_OVERLAY=$PORTDIR_OVERLAY /usr/local/portage/overlays" >> /etc/make.conf
$ emerge sbt-bin
Note: Please report any issues with the ebuild here.
See instruction to install manually.