# SPDX-License-Identifier: CC0-1.0 language = '><>' display = '><> (fishr 0.1.0)' license = [ { name = 'MIT', url = 'https://github.com/noirotm/fishr/blob/master/LICENSE.md' }, ] filename = 'Main.fish' install = ''' sudo apt-get update sudo apt-get install -y rustc cargo git cd /tmp git clone https://github.com/noirotm/fishr cd fishr cargo build --release sudo cp target/release/fishr /usr/local/bin ''' execution = [ 'fishr', 'Main.fish', ]