diff options
Diffstat (limited to 'homebrew/ccrypt/.make.sh-auto')
-rw-r--r-- | homebrew/ccrypt/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/ccrypt/.make.sh-auto b/homebrew/ccrypt/.make.sh-auto new file mode 100644 index 000000000..a2ed5f3d7 --- /dev/null +++ b/homebrew/ccrypt/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure --disable-dependency-tracking --with-lispdir=#{share}/emacs/site-lisp/ccrypt +make DESTDIR=${PKG_DEST} install +make check |