From 31241aa69c9a423fa16c7aac8e368fb8df41dda2 Mon Sep 17 00:00:00 2001 From: Jeffrey Wildman Date: Fri, 24 Mar 2023 21:55:43 -0400 Subject: [PATCH] osinfo-db: long since merged into homebrew-core --- osinfo-db.rb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 osinfo-db.rb diff --git a/osinfo-db.rb b/osinfo-db.rb deleted file mode 100644 index 8a265fe..0000000 --- a/osinfo-db.rb +++ /dev/null @@ -1,19 +0,0 @@ -class OsinfoDb < Formula - desc "Libosinfo database files" - homepage "https://libosinfo.org/" - url "https://releases.pagure.org/libosinfo/osinfo-db-20191125.tar.xz" - sha256 "e8f4e8c3e3ee738191511a4549fc8e4895b501312f2a7d383d5bde72a76f5580" - - 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