Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 25d0b27

Browse files
authored
Merge pull request #171 from mikeroyal/snap
snap
2 parents ca04c8f + 9bd80be commit 25d0b27

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: android-classyshark
2+
version: '8.2'
3+
summary: Binary analysis of any Android/Java based app/APK/game.
4+
description: |ClassyShark is a standalone binary inspection tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies.
5+
6+
confinement: devmode
7+
8+
parts:
9+
android-classyshark:
10+
after: [desktop-glib-only]
11+
plugin: gradle
12+
source: https://codeload.github.com/android-classyshark-8.2.zip
13+
build: |
14+
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"
15+
gradle release -x test -x createGitTag
16+
install: |
17+
unzip DIST/android-classyshark_bin-*.zip -d $SNAPCRAFT_PART_INSTALL/
18+
build-packages:
19+
- unzip
20+
- openjdk-8-jdk
21+
- dexlib2
22+
- java-binutils
23+
24+
apps:
25+
android-classyshark:
26+
command: desktop-launch $SNAP/android-classyshark-8.2/android-classyshark.sh

0 commit comments

Comments
 (0)