Skip to content

Commit

Permalink
fish: Add port
Browse files Browse the repository at this point in the history
  • Loading branch information
64 committed Jun 6, 2022
1 parent 513389c commit 2f67f22
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bootstrap.d/app-shells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,39 @@ packages:
- args: ['cp', '@SOURCE_ROOT@/extrafiles/profile', '@THIS_COLLECT_DIR@/etc']
- args: ['cp', '@SOURCE_ROOT@/extrafiles/bash.bashrc', '@THIS_COLLECT_DIR@/etc']
- args: ['ln', '-sf', 'bash', '@THIS_COLLECT_DIR@/usr/bin/sh']

- name: fish
metadata:
summary: Friendly interactive SHell
description: Smart and user-friendly portable command line shell.
spdx: 'GPL-2.0-only'
website: 'https://fishshell.com/'
maintainer: "Matt Taylor <[email protected]>"
architecture: '@OPTION:arch@'
source:
subdir: 'ports'
git: 'https://github.com/fish-shell/fish-shell.git'
tag: '3.4.1'
version: '3.4.1'
tools_required:
- system-gcc
- host-cmake
pkgs_required:
- mlibc
- libintl
- ncurses
- pcre2
configure:
- args:
- 'cmake'
- '-GNinja'
- '-DCMAKE_TOOLCHAIN_FILE=@SOURCE_ROOT@/scripts/CMakeToolchain-@OPTION:[email protected]'
- '-DCMAKE_INSTALL_PREFIX=/usr'
- '-DCMAKE_BUILD_TYPE=Release'
- '-DFISH_USE_SYSTEM_PCRE2=yes'
- '@THIS_SOURCE_DIR@'
build:
- args: ['ninja']
- args: ['ninja', 'install']
environ:
DESTDIR: '@THIS_COLLECT_DIR@'

0 comments on commit 2f67f22

Please sign in to comment.