8 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
14 owner = "dwisiswant0";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-8P4LZsyq0mSVdE6QhnW3QaaA3UAg4UDBS3jSg7Kg/oY=";
20 build-system = with python3.pkgs; [ setuptools ];
22 dependencies = with python3.pkgs; [
28 # Project has no tests
31 pythonImportsCheck = [ "apkleaks" ];
34 description = "Scanning APK file for URIs, endpoints and secrets";
35 homepage = "https://github.com/dwisiswant0/apkleaks";
36 changelog = "https://github.com/dwisiswant0/apkleaks/releases/tag/v${version}";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ fab ];
39 mainProgram = "apkleaks";