eth0s/toolchain/19-grep
2020-07-02 23:33:24 +08:00

10 lines
161 B
Text
Executable file

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