a26362f502
ProGuard can read jar files, shrink and obfuscate them (to prevent reverse engineering), and write out the resulting jar file. PR: 50434 Submitted by: Alex Semenyaka
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
This port installs the jar-file (${PREFIX}/share/proguard1.5.1/lib/proguard.jar)
|
|
which should be run with java:
|
|
|
|
cd ${PREFIX}/share/proguard1.5.1/lib
|
|
java -jar proguard.jar @options
|
|
|
|
You should prepare the file with options before this. Read the documentation
|
|
for the details.
|