dev-java/scalafmt-bin - 3.7.13 (tmacedo)

Search

Package Information

Description:
Scalafmt - code formatter for Scala
Homepage:
http://scalameta.org/scalafmt/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
3.7.13 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Scalafmt - code formatter for Scala"
HOMEPAGE="http://scalameta.org/scalafmt/"
SRC_URI="https://github.com/scalameta/scalafmt/releases/download/v${PV}/scalafmt-linux-glibc"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
USE=""
IUSE=""

RDEPEND="
	>=virtual/jre-1.8"

src_unpack() {
	mkdir "${S}"
	cp ../distdir/scalafmt-linux-glibc "${S}/scalafmt"
}

src_install() {
	dobin scalafmt
}

Dependencies

RDEPEND

	>=virtual/jre-1.8

Manifest for 3.7.13

Type File Size Source URLs
DIST scalafmt-linux-glibc 48485304 bytes https://github.com/scalameta/scalafmt/releases/download/v3.7.13/scalafmt-linux-glibc