Skip to content

Commit

Permalink
Merge pull request #171 from mikeroyal/snap
Browse files Browse the repository at this point in the history
snap
  • Loading branch information
borisf committed Jun 25, 2019
2 parents ca04c8f + 9bd80be commit 25d0b27
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ClassySharkAndroid/snap/snapcraft.yaml
@@ -0,0 +1,26 @@
name: android-classyshark
version: '8.2'
summary: Binary analysis of any Android/Java based app/APK/game.
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.
confinement: devmode

parts:
android-classyshark:
after: [desktop-glib-only]
plugin: gradle
source: https://codeload.github.com/android-classyshark-8.2.zip
build: |
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"
gradle release -x test -x createGitTag
install: |
unzip DIST/android-classyshark_bin-*.zip -d $SNAPCRAFT_PART_INSTALL/
build-packages:
- unzip
- openjdk-8-jdk
- dexlib2
- java-binutils

apps:
android-classyshark:
command: desktop-launch $SNAP/android-classyshark-8.2/android-classyshark.sh

0 comments on commit 25d0b27

Please sign in to comment.