class Pgdbf < Formula desc "Converter of XBase/FoxPro tables to PostgreSQL" homepage "https://github.com/kstrauser/pgdbf" url "https://downloads.sourceforge.net/project/pgdbf/pgdbf/0.6.2/pgdbf-0.6.2.tar.xz" sha256 "e46f75e9ac5f500bd12c4542b215ea09f4ebee638d41dcfd642be8e9769aa324" def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make", "install" end end