Package Details: libcorecrypto 2022-4

Git Clone URL: https://aur.archlinux.org/libcorecrypto.git (read-only, click to copy)
Package Base: libcorecrypto
Description: Library implementing Apple low-level cryptographic primitives
Upstream URL: https://developer.apple.com/security/
Keywords: altstore
Licenses: custom
Conflicts: libcorecrypto-git
Provides: libcorecrypto
Submitter: AlphaJack
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 3
Popularity: 0.000001
First Submitted: 2022-01-24 11:33 (UTC)
Last Updated: 2024-02-24 19:26 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

Kimiblock commented on 2024-02-24 06:35 (UTC) (edited on 2024-02-24 06:36 (UTC) by Kimiblock)

==> Starting build()...
[W8] Downloading corecrypto.zip from Apple (~40MB)
[OK] Download complete
[W8] Checking hash
corecrypto.zip: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
==> ERROR: A failure occurred in build().

Looks like the hash needs an update

eb598e20e140f3c0aa1db6ea3970b1f6176bd5fd3757d43aa2c809909a805987

mekb commented on 2022-08-26 12:15 (UTC) (edited on 2022-08-26 12:17 (UTC) by mekb)

I'm getting an error:

CMake Error at CMakeLists.txt:29 (include):
  include could not find requested file:
    scripts/code-coverage.cmake

CMake Error at CMakeLists.txt:72 (add_code_coverage):
  Unknown CMake command "add_code_coverage".

I fixed it by creating directory ./src/corecrypto/scripts/ and downloading https://raw.githubusercontent.com/StableCoder/cmake-scripts/main/code-coverage.cmake to ./src/corecrypto/scripts/code-coverage.cmake, the ./src/corecrypto/CMakeLists.txt says

# For code coverage, we use the code-coverage.cmake script from
# https://github.com/StableCoder/.

AlphaJack commented on 2022-02-13 19:08 (UTC)

@turikhay I have a PKGBUILD for it but I'm waiting for the author to reach me at https://github.com/NyaMisty/AltServer-Linux/issues/29

turikhay commented on 2022-02-13 12:34 (UTC)

Great work! Looking forward to working AltServer-Linux package.