eth0s/toolchain/44-nano
2019-11-04 17:57:57 +08:00

10 lines
181 B
Text
Executable file

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