From 873665024ebfaa761ee49b508a79db7178aeb778 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:08:04 +0100 Subject: added gnupg --- repo/date/date.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/date/date.xibuild (limited to 'repo/date') diff --git a/repo/date/date.xibuild b/repo/date/date.xibuild new file mode 100644 index 0000000..a0fb738 --- /dev/null +++ b/repo/date/date.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="Date from toybox" + +build () { + ./configure + make date +} + +package () { + install -Dm755 date $PKG_DEST/usr/bin/ +} -- cgit v1.2.1