Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new package: crystal #8265

Closed
wants to merge 11 commits into from
Closed

new package: crystal #8265

wants to merge 11 commits into from

Conversation

leap0x7b
Copy link
Contributor

Fixes #3401

Signed-off-by: Leap of Azzam [email protected]

Fixes termux#3401

Signed-off-by: Leap of Azzam <[email protected]>
@leap0x7b leap0x7b requested a review from a user December 17, 2021 04:01
Signed-off-by: Leap of Azzam <[email protected]>
@leap0x7b leap0x7b marked this pull request as draft December 17, 2021 05:53
packages/crystal/build.sh Outdated Show resolved Hide resolved
packages/crystal/build.sh Outdated Show resolved Hide resolved
Signed-off-by: Leap of Azzam <[email protected]>
Signed-off-by: Leap of Azzam <[email protected]>
Signed-off-by: Leap of Azzam <[email protected]>
@xtkoba
Copy link
Contributor

xtkoba commented Dec 29, 2021

Note that the host build is done out of source tree regardless of the TERMUX_PKG_BUILD_IN_SRC flag:

rm -Rf "$TERMUX_PKG_HOSTBUILD_DIR"
mkdir -p "$TERMUX_PKG_HOSTBUILD_DIR"
cd "$TERMUX_PKG_HOSTBUILD_DIR"
termux_step_host_build

If in-tree build is required for host build, the source tree needs to be copied:

find "$TERMUX_PKG_SRCDIR" -mindepth 1 -maxdepth 1 -exec cp -a \{\} ./ \;

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package request: Crystal
4 participants