binenv icon indicating copy to clipboard operation
binenv copied to clipboard

Multiple binaries can be specified, but only the latest is installed

Open leucos opened this issue 3 years ago • 0 comments

Example for docker-slim.

This spec installs both binaries but docker-slim-sensor will be installed at ~/.binenv/binaries/docker-slim/X.Y.Z.

    install:
      type: tgz
      binaries:
        - docker-slim
        - docker-slim-sensor

Another argument (see #171) to change binaries layout from binaries/DIST/VERSION to binaries/DIST/VERSION/BINARYNAME

leucos avatar May 10 '22 08:05 leucos