importpw / static-binaries

Various *nix tools built as statically-linked binaries

Home Page:https://import.pw/static-binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://import.pw/static-binaries


Languages

Language:Shell 33.6%Language:Makefile 27.5%Language:C 21.0%Language:Python 12.3%Language:Dockerfile 5.6%