注意: 请将任何和这两个包相关的问题反馈到sbt-launcher-package项目 issue
Gentoo
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