Add uwuifyy formula

pull/1/head
Hamothy 3 years ago committed by GitHub
parent bd882f2a72
commit 944a2d804a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,12 @@
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.1.1/uwuifyy-x86_64-apple-darwin.tar.gz"
sha256 "74097dee8536f6103f4702937d88fc518b5deafcf4fb43d0489f9058e0c1dd43"
version "0.1.1"
license "MIT"
def install
bin.install "uwuifyy"
end
end
Loading…
Cancel
Save