mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Remove not important recipes
This commit is contained in:
parent
bdd5896404
commit
e55ac46a7a
@ -1,5 +0,0 @@
|
||||
#TODO missing script for building, see https://harelang.org/installation/
|
||||
[source]
|
||||
git = "https://git.sr.ht/~sircmpwn/hare"
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO configuration problem, can't recognize the Redox triple
|
||||
[source]
|
||||
git = "https://git.sr.ht/~sircmpwn/harec"
|
||||
[build]
|
||||
template = "configure"
|
||||
@ -1,6 +0,0 @@
|
||||
#TODO missing script for "make"
|
||||
# using the full tarball with dependencies included
|
||||
[source]
|
||||
tar = "https://github.com/JuliaLang/julia/releases/download/v1.6.7/julia-1.6.7-full.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -1,6 +0,0 @@
|
||||
#TODO missing script for "make"
|
||||
# using the full tarball with dependencies included
|
||||
[source]
|
||||
tar = "https://github.com/JuliaLang/julia/releases/download/v1.9.4/julia-1.9.4-full.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -1,21 +0,0 @@
|
||||
#TODO maybe incomplete script, see https://github.com/ponylang/ponyc/blob/main/BUILD.md
|
||||
[source]
|
||||
git = "https://github.com/ponylang/ponyc"
|
||||
rev = "a161b7c97666f820bbacbb328d95dc820f353edd"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE="cmake"
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_CROSSCOMPILING=True
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-static"
|
||||
-DCMAKE_INSTALL_PREFIX="/"
|
||||
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
|
||||
-DCMAKE_SYSTEM_NAME=Generic
|
||||
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
|
||||
-DCMAKE_VERBOSE_MAKEFILE=On
|
||||
"${COOKBOOK_SOURCE}"
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
@ -1,20 +0,0 @@
|
||||
#TODO maybe incomplete script, see https://github.com/ValeLang/Vale/blob/master/build-compiler.md
|
||||
[source]
|
||||
git = "https://github.com/ValeLang/Vale"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE="cmake"
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_CROSSCOMPILING=True
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-static"
|
||||
-DCMAKE_INSTALL_PREFIX="/"
|
||||
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
|
||||
-DCMAKE_SYSTEM_NAME=Generic
|
||||
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
|
||||
-DCMAKE_VERBOSE_MAKEFILE=On
|
||||
"${COOKBOOK_SOURCE}"
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO missing script for building, see https://github.com/austral/austral/#building-without-nix
|
||||
[source]
|
||||
git = "https://github.com/austral/austral"
|
||||
[build]
|
||||
template = "custom"
|
||||
Loading…
Reference in New Issue
Block a user