Fork me on GitHub
#tools-deps
<
2019-01-12
>
kenji_signifier03:01:23

Hi, I was wondering if you have thought about adding clojure CLI to SDKMAN https://sdkman.io. I had a conversation with the main author Marco Vermeulen in https://gitter.im/sdkman/cli-dev and he needs a tarball that is usable by just untar. Leiningen added the support while ago. Plz check out https://github.com/technomancy/leiningen/issues/2204

Alex Miller (Clojure team)04:01:11

one tricky thing in the clj script is that the script gets modified on install to point to the absolute location of the lib dir

Alex Miller (Clojure team)04:01:26

not sure what the best way to handle that is

Alex Miller (Clojure team)04:01:02

would be happy to add it but I’m not going to have time to work on it, some whatever help you could provide would be useful

Alex Miller (Clojure team)04:01:11

the current install is basically a tar file plus an install script that mostly just moves files around, but also makes the jar location replacement mentioned above

kenji_signifier06:01:33

@alexmiller Created https://dev.clojure.org/jira/browse/TDEPS-113 I’m happy to help this out. Should I enhance https://github.com/clojure/brew-install by creating a PR to add another package.sh for SDKMAN under script dir, or following the contribution workflow and sign the CA?

Alex Miller (Clojure team)06:01:53

We don’t do PRs in this repo so patch on the jira would be better

seancorfield06:01:14

See https://clojure.org/community/contributing for the process @kenji_signifier if you haven't already seen it...

kenji_signifier07:01:27

thx @alexmiller and @seancorfield I’ll follow the workflow once I create a patch for it.