{"id":22833009,"url":"https://github.com/frugghi/issh2","last_synced_at":"2025-10-13T16:18:52.557Z","repository":{"id":11038571,"uuid":"13373132","full_name":"Frugghi/iSSH2","owner":"Frugghi","description":"A bash script to compile Libssh2 (and OpenSSL) for iOS, macOS, watchOS and tvOS.","archived":false,"fork":false,"pushed_at":"2024-07-19T07:07:38.000Z","size":23050,"stargazers_count":128,"open_issues_count":10,"forks_count":50,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-11T00:39:05.437Z","etag":null,"topics":["ios","libssh2","openssl"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frugghi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.buymeacoffee.com/frugghi"]}},"created_at":"2013-10-07T01:56:08.000Z","updated_at":"2025-03-19T03:33:49.000Z","dependencies_parsed_at":"2025-01-16T09:14:29.907Z","dependency_job_id":"f23f6bd3-fb59-45ac-9528-936113861889","html_url":"https://github.com/Frugghi/iSSH2","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":0.02631578947368418,"last_synced_commit":"f55b076f988f9a61f2975e36e24036aa8acccc1e"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Frugghi/iSSH2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frugghi%2FiSSH2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frugghi%2FiSSH2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frugghi%2FiSSH2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frugghi%2FiSSH2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frugghi","download_url":"https://codeload.github.com/Frugghi/iSSH2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frugghi%2FiSSH2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016059,"owners_count":26085799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","libssh2","openssl"],"created_at":"2024-12-12T21:11:25.113Z","updated_at":"2025-10-13T16:18:52.516Z","avatar_url":"https://github.com/Frugghi.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/frugghi"],"categories":[],"sub_categories":[],"readme":"# iSSH2\n\niSSH2 is a bash script for compiling Libssh2 (and OpenSSL) for iOS, macOS, watchOS and tvOS.\n\n- Libssh2: [Website](http://www.libssh2.org) | [Documentation](http://www.libssh2.org/docs.html) | [Changelog](http://www.libssh2.org/changes.html)\n- OpenSSL: [Website](http://www.openssl.org) | [Documentation](http://www.openssl.org/docs/) | [Changelog](http://www.openssl.org/news/)\n\n## Requirements\n\n- Xcode\n- Xcode Command Line Tools\n\n#### Optional Requirements\n\n- git (required for automatically detection of latest version of Libssh2/OpenSSL)\n\n## Tested with\n\n- Xcode: 11.2\n- iOS SDK: 13.2\n- Libssh2: 1.9.0\n- OpenSSL: 1.1.1d\n- Architectures: arm64 arm64e x86_64\n\n## How to use\n\n1. Download the script\n2. Run `iSSH2.sh` passing `--platform=PLATFORM --min-version=VERS` or `--xcodeproj=PATH --target=TARGET` as options (for example: `./iSSH2.sh --platform=iphoneos --min-version=8.0`)\n3. Take a cup of coffee while waiting\n\n## Script help\n\n```\nUsage: iSSH2.sh [options]\n\nThis script download and build OpenSSL and Libssh2 libraries.\n\nOptions:\n  -a, --archs=[ARCHS]       build for [ARCHS] architectures\n  -p, --platform=PLATFORM   build for PLATFORM platform\n  -v, --min-version=VERS    set platform minimum version to VERS\n  -s, --sdk-version=VERS    use SDK version VERS\n  -l, --libssh2=VERS        download and build Libssh2 version VERS\n  -o, --openssl=VERS        download and build OpenSSL version VERS\n  -x, --xcodeproj=PATH      get info from the project (requires TARGET)\n  -t, --target=TARGET       get info from the target (requires XCODEPROJ)\n      --build-only-openssl  build OpenSSL and skip Libssh2\n      --no-clean            do not clean build folder\n      --no-bitcode          don't embed bitcode\n  -h, --help                display this help and exit\n\nValid platforms: iphoneos, macosx, appletvos, watchos\n\nXcodeproj and target or platform and min version must be set.\n```\n\n## License\n\nCopyright (c) 2016 Tommaso Madonia. All rights reserved.\n\n```\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrugghi%2Fissh2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrugghi%2Fissh2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrugghi%2Fissh2/lists"}