Search Criteria
Package Details: scalafmt-native-bin 3.5.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scalafmt-native-bin.git (read-only, click to copy) |
---|---|
Package Base: | scalafmt-native-bin |
Description: | Code formatter for Scala, native version via graalvm, statically compiled with musl |
Upstream URL: | https://scalameta.org/scalafmt/ |
Licenses: | Apache-2.0 |
Submitter: | vasya |
Maintainer: | None |
Last Packager: | drybalka |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-12-10 13:16 (UTC) |
Last Updated: | 2022-07-31 12:29 (UTC) |
Latest Comments
PolarianDev commented on 2023-03-05 14:06 (UTC)
The source of this package is MUSL, while Arch Linux uses glibc, anyone want to explain why this is?
vasya commented on 2020-09-15 07:14 (UTC)
I've updated the package to use new scalafmt-s CI. It's now also bumped to latest version 2.7.1 released yesterday :)
vasya commented on 2020-07-30 07:28 (UTC)
Hi @prohormitrich53, to explain why I un-flagged the package as out-of-date: the newest version 2.6.4 has not a linux pre-compiled binary published yet. 2.6.3 is the latest published binary version as of now. The link for v2.6.4 would otherwise be (but it doesn't work): https://github.com/scalameta/scalafmt/releases/download/v2.6.4/scalafmt-linux.zip
If you want to help scalafmt with automation, you can start with this thread: https://github.com/scalameta/scalafmt/issues/1935 or otherwise use 2.6.3 for now.
vasya commented on 2020-02-24 19:11 (UTC)
@sprawl thanks! Fixed.
sprawl commented on 2020-02-24 18:56 (UTC)
Had to change
install -Dm755 scalafmt-linux/scalafmt "${pkgdir}/usr/bin/scalafmt"
toinstall -Dm755 scalafmt "${pkgdir}/usr/bin/scalafmt"
for 2.4.1 to install.