#!/bin/sh MAKEDEPS="make" DEPS="musl sh" PKG_VER=0.8.6 SOURCE=http://landley.net/toybox/downloads/toybox-$PKG_VER.tar.gz DESC="fmt from toybox" build () { ./configure make fmt } package () { install -Dm755 fmt $PKG_DEST/usr/bin/ }