diff options
Diffstat (limited to 'repo/sed/sed.xibuild')
-rw-r--r-- | repo/sed/sed.xibuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/sed/sed.xibuild b/repo/sed/sed.xibuild deleted file mode 100644 index 86afebf..0000000 --- a/repo/sed/sed.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make sort" -DEPS="musl acl attr" - -PKG_VER=0.8.8 -SOURCE=http://landley.net/toybox/downloads/toybox-$PKG_VER.tar.gz -DESC="stream editor from toybox" - -build () { - ./configure - make sed -} - -package () { - install -Dm755 sed $PKG_DEST/usr/bin/ -} - |