eth0s/toolchain/25-sed

11 lines
158 B
Text
Raw Permalink Normal View History

name=sed
2020-06-12 16:42:33 +08:00
version=4.8
2021-04-18 08:19:42 +08:00
source="http://ftp.gnu.org/gnu/sed/sed-$version.tar.xz"
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}