1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
}
|