diff options
Diffstat (limited to 'homebrew/clipsafe/.make.sh-auto')
-rw-r--r-- | homebrew/clipsafe/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/clipsafe/.make.sh-auto b/homebrew/clipsafe/.make.sh-auto new file mode 100644 index 000000000..aa0bda875 --- /dev/null +++ b/homebrew/clipsafe/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.prepend_create_path "PERL5LIB", libexec+"lib/perl5" +resource("Crypt::Twofish").stage do +perl Makefile.PL INSTALL_BASE=#{libexec} +make +make DESTDIR=${PKG_DEST} install |