From ef864456f814934608a1c288e74d63eb4d6a362f Mon Sep 17 00:00:00 2001 From: Jakub Kropacek Date: Wed, 7 Sep 2022 16:48:19 +0200 Subject: [PATCH] merge master --- n/nano/{nano-6.4.eb => nano-6.4-GCCcore-11.3.0.eb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename n/nano/{nano-6.4.eb => nano-6.4-GCCcore-11.3.0.eb} (78%) diff --git a/n/nano/nano-6.4.eb b/n/nano/nano-6.4-GCCcore-11.3.0.eb similarity index 78% rename from n/nano/nano-6.4.eb rename to n/nano/nano-6.4-GCCcore-11.3.0.eb index baa31575..18f8ecb1 100644 --- a/n/nano/nano-6.4.eb +++ b/n/nano/nano-6.4-GCCcore-11.3.0.eb @@ -10,15 +10,14 @@ homepage = 'https://www.nano-editor.org/' docurls = 'https://www.nano-editor.org/docs.php' description = """a simple editor, inspired by Pico""" -toolchain = SYSTEM +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} source_urls = ['https://www.nano-editor.org/dist/v6/'] sources = [SOURCE_TAR_GZ] checksums = ['85ebd9b4dba49839821d529bea16ac1acae0c9b9db2157531e40c9dffeb1b656'] -dependencies = [('ncurses', '6.2')] - -configopts = '--enable-color --enable-extra --enable-multibuffer --enable-nanorc --enable-utf8' +builddependencies = [('binutils', '2.38')] +dependencies = [('ncurses', '6.3')] sanity_check_paths = { 'files': ['bin/nano'],