Skip to content

Commit

Permalink
Remove nano
Browse files Browse the repository at this point in the history
  • Loading branch information
konect-V authored Feb 8, 2024
1 parent 9dd0f2e commit e2dc268
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions bootstrap/sys-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,29 +153,3 @@ packages:
DESTDIR: '@THIS_COLLECT_DIR@'
- args: ['sh', '-c', 'cp -rv @BUILD_ROOT@/tools/host-gcc/x86_64-kot/lib/* @THIS_COLLECT_DIR@/usr/lib/']
- args: ['sh', '-c', 'cp -rv @BUILD_ROOT@/tools/host-gcc/x86_64-kot/include/* @THIS_COLLECT_DIR@/usr/include/']

- name: nano
source:
subdir: 'bundled'
git: 'git://git.sv.gnu.org/nano'
branch: 'master'
regenerate:
- args: ['./autogen.sh']
- args: ['cp',
'-f',
'@BUILD_ROOT@/tools/host-automake-v1.16/share/automake-1.16/config.sub',
'@THIS_SOURCE_DIR@/config.sub']
tools_required:
- host-gcc
pkgs_required:
- ncurses
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
- '--host=x86_64-kot'
- '--prefix=/usr'
build:
- args: ['make', '-j@PARALLELISM@']
- args: ['make', 'install']
environ:
DESTDIR: '@THIS_COLLECT_DIR@'

0 comments on commit e2dc268

Please sign in to comment.