diff options
author | davidovski <david@davidovski.xyz> | 2022-11-04 02:29:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-11-04 02:29:27 +0000 |
commit | 63add57ef96f10f464fc1bf7c821d2281b39edeb (patch) | |
tree | df6ff34494316e6e23d206dd81367f0a5a3ead73 /repo/sed/sed.xibuild | |
parent | 9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff) |
Using toybox instead of sbase for posix
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/ -} - |