{ "name": "GnuTypist", "description": "GNU typing tutor", "url": "https://ftp.gnu.org/gnu/gtypist/gtypist-2.9.5.tar.xz", "mirror": "https://ftpmirror.gnu.org/gtypist/gtypist-2.9.5.tar.xz", "homepage": "https://www.gnu.org/software/gtypist/", "depends": [ { "depend": "gettext", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [ { "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/42c4b96/gnu-typist/2.9.5.patch", "strip": "1" } ], "install": [ "ENV.append \"LDFLAGS\", \"-liconv\"", "system \"./configure\", \"--disable-dependency-tracking\",", "\"--prefix=#{prefix}\",", "\"--with-lispdir=#{elisp}\"", "system \"make\"", "system \"make\", \"install\"" ], "version": "2.9.5", "file": "gnu-typist.rb" }