From 5518e1f7aaf4178cf328929ae74ea0b7ac9e1fb3 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Fri, 28 Feb 2025 09:56:59 -0700 Subject: [PATCH] testing --- Formula/msg-cli.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/msg-cli.rb b/Formula/msg-cli.rb index 648dc7e..20195b8 100644 --- a/Formula/msg-cli.rb +++ b/Formula/msg-cli.rb @@ -43,6 +43,10 @@ class MsgCli < Formula # system "cmake", "-S", ".", "-B", "build", *std_cmake_args end + def post_install + system "guild", "compile", "-o", "#{prefix}/lib/guile/3.0/site/ccache/msg/machine.go", "#{prefix}/share/guile/site/3.0/msg/machine.scm" + end + test do # `test do` will create, run in and delete a temporary directory. #