summaryrefslogtreecommitdiff
path: root/repo/system/sed/sed.xibuild
blob: ddb7102226916c498b358782476e96048a23750e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

MAKEDEPS="make sort"
DEPS="musl acl attr"

PKG_VER=0.8.6
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/
}