9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
# Forge package for nano
|
|
VERSION=7.2
|
|
URL=https://www.nano-editor.org/dist/v7/nano-7.2.tar.gz
|
|
SOURCE_TYPE=tarball
|
|
BUILD=./configure --prefix=/usr && make
|
|
INSTALL=make install
|
|
DEPS=
|
|
SYSTEM_PROVIDED=no
|