GithubHelp home page GithubHelp logo

leiningen-chocolatey's Introduction

README

This is the Leiningen package for chocolatey.org.

Forked from https://github.com/Iristyle/ChocolateyPackages

Update 2022-07: This repository is now hosted at https://codeberg.org/wink/leiningen-chocolatey

How to release

  • bump the version string in the affected files:
    • CHANGELOG.md
    • Leiningen.nuspec
    • tools/chocolateyInstall.ps1
  • check if tools/lein.bat has actually changed or if it's just the version string
  • download leiningen-$VERS-standalone.jar and do a sha256sum on it, that goes into tools/chocolateyInstall.ps1
  • package
    • choco pack
  • test locally
    • choco install Lein*.nupkg
    • alternatively choco install lein -dv -s .
  • upload
    • choco apikey --key APIKEY --source https://push.chocolatey.org
    • choco push Lein-VERSION.nupkg -s https://push.chocolatey.org/
    • retry push if it fails
  • wait until the automated checks pass
  • wait until it's moderated

Recommended reading for releases

leiningen-chocolatey's People

Contributors

winks avatar simy4 avatar

Stargazers

 avatar

Watchers

 avatar Jean Niklas L'orange avatar James Cloos avatar  avatar

Forkers

massmy 00mjk

leiningen-chocolatey's Issues

How to package leiningen?

The helpful folks at chocolatey.org have recommended that we can package the software -as is- up to a size of ~150MB as we are the vendor.

Right now I am just trying to get a 2.7 release out on chocolatey as there was a 2.2 on it (from 2013).

So I see three possibilities from now on:

  1. continue with a PowerShell script that downloads the .bat which in turn does lein self-install
    • easiest for now, as I just adapted the code that was already there
  2. package the lein.bat that comes with the release (i.e. 2.7.2 or 2.8.0) and then run lein self-install (I think I prefer this one)
    • looks like the "least deviating way" - we just ship lein.bat differently
    • a bit more work, needs downloading the new lein.bat every release
  3. package lein.bat AND the jar (right now it's just under 15MB)
    • it's a proper "release" or "package" on a different channel, like a .deb
    • needs downloading the new lein.bat and .jar every release
    • would probably include a lot of binary blobs in this repo.
    • it's more work to develop (but only slightly more than 2.)
    • it's more work to maintain (but only slightly more than 2.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.