class Uwuifyy < Formula desc "A robust, customizable, efficient and easy-to-use command line application to uwu'ify your text!" homepage "https://github.com/sgoudham/uwuifyy" url "https://github.com/sgoudham/uwuifyy/releases/download/v0.3.0/uwuifyy-x86_64-apple-darwin.tar.gz" sha256 "1c2f1e606686264066042309b0d3d254a6724a7f43a6b316c80e590a03201369" version "0.3.0" license "MIT" def install bin.install "uwuifyy" end end