summaryrefslogtreecommitdiff
path: root/repo/util/fmt/fmt.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/fmt/fmt.xibuild')
-rw-r--r--repo/util/fmt/fmt.xibuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/util/fmt/fmt.xibuild b/repo/util/fmt/fmt.xibuild
deleted file mode 100644
index 5c17a60..0000000
--- a/repo/util/fmt/fmt.xibuild
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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/
-}