Skip to content

Commit

Permalink
Test python.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 28, 2024
1 parent f40329a commit c15b910
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brew-pkg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c15b910

Please sign in to comment.