10 lines
181 B
Text
Executable file
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
|
|
}
|