Nano: Move nano editor from packages to core system

- this will not change the default editor `vim`

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jon Murphy
2022-03-17 12:06:29 -05:00
committed by Peter Müller
parent e6cbe7563f
commit b1c25d7a84
2 changed files with 0 additions and 7 deletions

View File

@@ -25,19 +25,12 @@
include Config
VER = 6.1
SUMMARY = Pico editor clone with enhancements
THISAPP = nano-$(VER)
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nano
PAK_VER = 41
DEPS = ""
SERVICES =
###############################################################################
# Top-level Rules