eth0s/toolchain/44-nano
2020-06-12 16:42:33 +08:00

10 lines
181 B
Text
Executable file

name=nano
version=4.8
source=(https://www.nano-editor.org/dist/v${version::1}/nano-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}