summaryrefslogtreecommitdiff
path: root/repo/date/date.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/date/date.xibuild')
-rw-r--r--repo/date/date.xibuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/date/date.xibuild b/repo/date/date.xibuild
deleted file mode 100644
index ad1e108..0000000
--- a/repo/date/date.xibuild
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make"
-DEPS="musl sh"
-
-PKG_VER=0.8.8
-SOURCE=http://landley.net/toybox/downloads/toybox-$PKG_VER.tar.gz
-DESC="Date from toybox"
-
-build () {
- ./configure
- make date
-}
-
-package () {
- install -Dm755 date $PKG_DEST/usr/bin/
-}