eth0s/toolchain/25-sed
2020-07-02 23:33:24 +08:00

10 lines
158 B
Text
Executable file

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