eth0s/toolchain/28-sed

10 lines
158 B
Text
Executable file

name=sed
version=4.7
source=(http://ftp.gnu.org/gnu/sed/sed-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}