From 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 22 May 2022 17:47:09 +0100 Subject: fixes to allow for full build --- repo/util/fmt/fmt.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/util/fmt/fmt.xibuild (limited to 'repo/util/fmt/fmt.xibuild') diff --git a/repo/util/fmt/fmt.xibuild b/repo/util/fmt/fmt.xibuild new file mode 100644 index 0000000..5c17a60 --- /dev/null +++ b/repo/util/fmt/fmt.xibuild @@ -0,0 +1,17 @@ +#!/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/ +} -- cgit v1.2.1