mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 21:12:59 +02:00
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:
7
lfs/nano
7
lfs/nano
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user