From c15b9105d9a956f8c173073c9e7ba29edaf497a2 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 28 Aug 2024 18:41:55 +0200 Subject: [PATCH] Test python. --- brew-pkg.rb | 2 +- test.sh | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/brew-pkg.rb b/brew-pkg.rb index bfba132..8cec64c 100755 --- a/brew-pkg.rb +++ b/brew-pkg.rb @@ -13,7 +13,7 @@ def with_deps? module Homebrew extend self def pkg pkg_usage = <<-EOS -Usage: brew pkg [--identifier-prefix] [--with-deps] [--without-kegs] formula +Usage: brew pkg [--identifier-prefix] [--with-deps] [--without-kegs] [--output-dir] [--compress] formula Build an OS X installer package from a formula. It must be already installed; 'brew pkg' doesn't handle this for you automatically. The diff --git a/test.sh b/test.sh index e842701..97e7796 100755 --- a/test.sh +++ b/test.sh @@ -11,8 +11,11 @@ fi brew tap --verbose metacall/brew-pkg brew install --verbose --HEAD metacall/brew-pkg/brew-pkg -# TODO: Test +# Test +brew pkg --with-deps --compress python + +ls -la + -# brew pkg --with-deps --compress metacall # mv metacall-${METACALL_VERSION}.pkg release/metacall-tarball-macos-${METACALL_ARCH}.pkg # mv metacall-${METACALL_VERSION}.tgz release/metacall-tarball-macos-${METACALL_ARCH}.tgz