Skip to content

importpw/static-binaries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-binaries

This repo contains a bunch of statically-linked binaries of various tools, along with the Dockerfiles / other build scripts that can be used to build them.

This repo is compatible with import, so that you can easily load static binaries that your script depends on.

Example

#!/usr/bin/env import
import "static-binaries"
static_binaries "jq"

echo "\`jq\` is located at: $(command -v jq)"
echo "\`jq -V\`: $(jq -V)"

About

Various *nix tools built as statically-linked binaries

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 33.6%
  • Makefile 27.5%
  • C 21.0%
  • Python 12.3%
  • Dockerfile 5.6%