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.000211 |
First Submitted: | 2016-10-20 07:59 (UTC) |
Last Updated: | 2022-12-17 15:27 (UTC) |
Dependencies (3)
- bash (bash-devel-static-gitAUR, bash-gitAUR, bash-xdgAUR, bash-devel-gitAUR, busybox-coreutilsAUR)
- java-environment (java-gcj-compatAUR, jdk12AUR, jdk9-openj9-binAUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, zulu-14-binAUR, amazon-corretto-15AUR, sapmachine-jdk-binAUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk16-microsoft-openjdkAUR, jdk11-msopenjdk-binAUR, jdk8-armAUR, jdk17-jetbrainsAUR, liberica-jre-11-binAUR, jdk11-jetbrains-imfixAUR, java-openjdk-loom-ea-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk13-openjdkAUR, jdk14-openjdkAUR, amazon-corretto-18AUR, bishengjdk-17AUR, jdk-armAUR, jdk11-openj9-binAUR, jdk-openj9-binAUR, jdk-jbr-xdgAUR, jdk18-openjdkAUR, jdk-android-studioAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, zulu-embedded-jdkAUR, jabba-binAUR, jdk15-openjdkAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk19-openjdkAUR, jdk11-microsoft-openjdkAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk17-jetbrains-imfixAUR, jdk11-openjdk-dcevmAUR, jdk12-openjdkAUR, jdk8-dragonwell-extendedAUR, jdk-jetbrainsAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, jdk8-aarch64AUR, jdk8-adoptopenjdkAUR, amazon-corretto-20-binAUR, zulu-15-binAUR, jdk21-jetbrains-binAUR, jdk21-jetbrains-imfixAUR, jdk17-openj9-binAUR, jdk20-openj9-binAUR, jdk-openjdk-xdgAUR, jdk-microsoft-openjdkAUR, jdk17-microsoft-openjdkAUR, zulu-13-binAUR, java-openjdk-binAUR, zulu-jdk-fx-binAUR, amazon-corretto-11AUR, amazon-corretto-8AUR, zulu-11-binAUR, zulu-21-binAUR, amazon-corretto-21-binAUR, amazon-corretto-17AUR, zulu-8-binAUR, zulu-17-binAUR, liberica-jdk-8-full-binAUR, liberica-jdk-full-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-temurinAUR, jdkAUR, jdk-ltsAUR, jdk17-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk11-temurinAUR, jdk17-temurinAUR, jdk-temurinAUR, liberica-jdk-11-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-17-full-binAUR, jdk21-graalvm-binAUR, jre-jetbrainsAUR, mandrel-binAUR, jdk11AUR, jdk8AUR, jdk17-zulu-prime-binAUR, jdk8-openj9-binAUR, jdk17-jetbrains-binAUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, java-openjdk-ea-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk8-openjdk)
- coursierAUR (coursier-native-binAUR) (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.