From 63add57ef96f10f464fc1bf7c821d2281b39edeb Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 4 Nov 2022 02:29:27 +0000 Subject: Using toybox instead of sbase for posix --- repo/date/date.xibuild | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 repo/date/date.xibuild (limited to 'repo/date') 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/ -} -- cgit v1.2.1