Site Tools


staff-wiki:modules:apktool

Apktool

☑ Centos 7.4
☑ Ubuntu 14.04
☑ Ubuntu 16.04

Sources

Sources obtained from https://ibotpeaches.github.io/Apktool/

Package Local Copy
apktool_2.3.2.jar/sw/pkgs/apktool_2.3.2.jar
apktool/sw/pkgs/apktool

Requirements

  • java

Build Process

ktm5j@kurma /sw/linux-any/apktool/2.3.2 $ cp /sw/pkgs/apktool_2.3.2.jar ./
ktm5j@kurma /sw/linux-any/apktool/2.3.2 $ cp /sw/pkgs/apktool ./

Install

/sw/linux-any/apktool/
|-- 2.3.2
|   |-- apktool
|   `-- apktool_2.3.2.jar
`-- current -> 2.3.2/

Module File

#%Module1.0#####################################################################
##
## modules apktool 2.3.2
##
## modulefiles/apktool
##
proc ModulesHelp { } {
        global version modroot

        puts stderr "apktool version 2.3.2"
}

module-whatis   "Sets the environment for using apktool"

# for Tcl script use only
set     topdir          /sw/linux-any/apktool/2.3.2
set     version         3.2.3

prepend-path    PATH            $topdir
staff-wiki/modules/apktool.txt · Last modified: 2023/08/29 19:56 by 127.0.0.1