summaryrefslogtreecommitdiff
path: root/homebrew/p7zip/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/p7zip/.beer')
-rw-r--r--homebrew/p7zip/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/p7zip/.beer b/homebrew/p7zip/.beer
new file mode 100644
index 000000000..ca2b9e7aa
--- /dev/null
+++ b/homebrew/p7zip/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "P7zip",
+ "description": "7-Zip (high compression file archiver) implementation",
+ "url": "https://downloads.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2",
+ "mirror": null,
+ "homepage": "https://p7zip.sourceforge.io/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://deb.debian.org/debian/pool/main/p/p7zip/p7zip_16.02+dfsg-6.debian.tar.xz",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "mv \"makefile.macosx_llvm_64bits\", \"makefile.machine\"",
+ "system \"make\", \"all3\",",
+ "\"CC=#{ENV.cc} $(ALLFLAGS)\",",
+ "\"CXX=#{ENV.cxx} $(ALLFLAGS)\"",
+ "system \"make\", \"DEST_HOME=#{prefix}\",",
+ "\"DEST_MAN=#{man}\",",
+ "\"install\""
+ ],
+ "version": "16.02",
+ "file": "p7zip.rb"
+} \ No newline at end of file