# typed: false # frozen_string_literal: true # This file was generated by GoReleaser. DO NOT EDIT. class Raffi < Formula desc "raffi - fuzzel launcher based on yaml configuration" homepage "https://github.com/chmouel/raffi" version "0.5.0" depends_on :linux on_intel do if Hardware::CPU.is_64_bit? url "https://github.com/chmouel/raffi/releases/download/v0.5.0/raffi_0.5.0_linux_x86_64.tar.gz" sha256 "4368a3de96a2b501c5c320895eae4bd8e8fded5274e356f80ca342bd781d5f5d" def install bin.install "raffi" => "raffi" prefix.install_metafiles end end end end