Skip to content

Instantly share code, notes, and snippets.

@kolashtov
kolashtov / makepasswd.rb
Created December 11, 2020 09:23
makepasswd on mac os install via brew
class Makepasswd < Formula
desc "Makepasswd random password generator"
homepage "https://packages.debian.org/sid/makepasswd"
url "http://ftp.debian.org/debian/pool/main/m/makepasswd/makepasswd_1.10.orig.tar.gz"
sha256 "41491f361d810f9bb3e08b40df3c3034faec306d434dab15534e19023f91a75c"
def install
bin.install "makepasswd"
man1.install "makepasswd.1"
end