You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
444 B
Ruby

3 years ago
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.2.0/uwuifyy-x86_64-apple-darwin.tar.gz"
3 years ago
sha256 "42d6a8bda98579b833d0a4879ab4f2255830982b73e5d3ee83c298c333ec9cca"
version "0.2.0"
license "MIT"
def install
bin.install "uwuifyy"
end
end