Search Criteria
Package Details: scalafmt 3.6.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/scalafmt.git (read-only, click to copy) |
---|---|
Package Base: | scalafmt |
Description: | code formatter for the Scala programming language |
Upstream URL: | https://scalameta.org/scalafmt/ |
Licenses: | Apache |
Submitter: | wookietreiber |
Maintainer: | stick |
Last Packager: | stick |
Votes: | 9 |
Popularity: | 0.000825 |
First Submitted: | 2016-10-20 07:59 (UTC) |
Last Updated: | 2022-12-17 15:27 (UTC) |
Dependencies (3)
- bash (bash-devel-static-git, bash-git, bash-xdg, bash-devel-git, busybox-coreutils)
- java-environment (java-gcj-compat, zulu-10-bin, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, zulu-14-bin, amazon-corretto-15, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jdk8-openjdk-shenandoah, zulu-16-bin, jdk16-adoptopenjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jdk17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jdk11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk11-jbr-xdg, jdk16-openjdk, jdk13-openjdk, jdk14-openjdk, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, bishengjdk-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jdk-jbr-xdg, jdk18-openjdk, jdk18-openj9-bin, jdk-android-studio, amazon-corretto-19-bin, zulu-19-bin, jdk19-graalvm-bin, liberica-jre-11-full-bin, jdk19-graalvm-ee-bin, jdk13-openjdk-bin, zulu-embedded-jdk, jabba-bin, jdk8-openjdk-xdg, jdk17-openjdk-xdg, jdk15-openjdk, zulu-embedded-jdk11, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk18-temurin, jdk19-openjdk, jdk11-microsoft-openjdk, jdk-openj9, jdk11-graalvm-ee-bin, jdk17-jetbrains-imfix, jdk11-openjdk-dcevm, jdk12-openjdk, jdk8-dragonwell-extended, jdk-jetbrains, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk11-jetbrains-bin, jdk8-openj9-bin, jdk17-dragonwell-standard-bin, amazon-corretto-8, zulu-8-bin, zulu-20-bin, zulu-jdk-fx-bin, jdk-temurin, jdk17-graalvm-ee-bin, jdk20-graalvm-ee-bin, liberica-jdk-8-full-bin, jdk20-graalvm-bin, jdk17-graalvm-bin, mandrel-bin, jdk-lts, jdk17-zulu-prime-bin, jdk8-graalvm-ee-bin, jdk8-aarch64, jdk8-temurin, jdk8-adoptopenjdk, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, amazon-corretto-20-bin, amazon-corretto-17, zulu-15-bin, jdk8, jdk21-jetbrains-bin, jdk21-jetbrains-imfix, amazon-corretto-11, jdk17-jetbrains-bin, jdk-microsoft-openjdk, jdk17-openj9-bin, jdk20-openj9-bin, java-openjdk-bin, zulu-21-bin, amazon-corretto-21-bin, jdk11, liberica-jdk-full-bin, jdk-openjdk-xdg, jdk11-temurin, jdk17-temurin, jdk, zulu-11-bin, zulu-17-bin, jre-jetbrains, java-openjdk-ea-bin, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk8-openjdk)
- coursier (coursier-native-bin) (make)
Latest Comments
PolarianDev commented on 2023-03-05 21:49 (UTC)
This pulls a binary artifact, and does not build from source, this package is misnamed and should have -bin appended to it.
Musikolo commented on 2020-10-17 03:43 (UTC) (edited on 2020-10-17 03:44 (UTC) by Musikolo)
@kendfinger, any chance to update this package eventually?
Version 2.7.5 was just released:
Thank you!
wookietreiber commented on 2020-01-14 09:10 (UTC)
@Musikolo I'm not using this package anymore. I just disowned, feel free to take over.
Musikolo commented on 2020-01-13 23:45 (UTC)
@wookietreiber, while building the package, I got the following error:
The solution is I found is adding the following function in the
PKGBUILD
script right above thepackage()
one:I hope it helps!
wookietreiber commented on 2018-06-25 23:01 (UTC)
@marmistrz: Thanks for the pointer to the
COURSIER_CACHE
env variable. For my environment, setting it is not required, though. For all those (including me) who are using tmpfs on/tmp
and having/tmp/makepkg
as build dir, putting this topwd
means/tmp/makepkg/src/.coursier-cache
. Thus the cache would be flushed on every boot. I would rather have users set their ownCOURSIER_CACHE
than to do it in the build, if its not neccessary.marmistrz commented on 2018-06-17 13:55 (UTC) (edited on 2018-06-17 13:55 (UTC) by marmistrz)
You need to first setup coursier cache, e.g.:
wookietreiber commented on 2018-05-06 08:52 (UTC)
Please add me as co-maintainer, I just finished a build based on coursier.