Remove not important recipes

This commit is contained in:
Ribbon 2024-06-30 08:51:22 +00:00
parent bdd5896404
commit e55ac46a7a
7 changed files with 0 additions and 68 deletions

View File

@ -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"

View File

@ -1,5 +0,0 @@
#TODO configuration problem, can't recognize the Redox triple
[source]
git = "https://git.sr.ht/~sircmpwn/harec"
[build]
template = "configure"

View File

@ -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"

View File

@ -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"

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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"