class OsinfoDb < Formula desc "Libosinfo database files" homepage "https://libosinfo.org/" url "https://releases.pagure.org/libosinfo/osinfo-db-20190611.tar.xz" sha256 "d0103bfe26d9c6ac047588848532d751cbfbb4d3c1f88532cd84b2c8fc6cf301" depends_on "osinfo-db-tools" => :build def install system "osinfo-db-import", "--local", cached_download # Copy the archive into the prefix to avoid empty installation error cp_r "./", prefix end test do system "osinfo-db-validate", "--local" end end