This commit is contained in:
Jeremy Soller 2024-05-01 14:05:57 -06:00
commit f7ef609fe4
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F
31 changed files with 92 additions and 31 deletions

View File

@ -1,5 +1,18 @@
#TODO compilation error
#TODO waiting on sigjmp_buf and related POSIX functions in relibc
[source]
tar = "https://ftp.postgresql.org/pub/source/v16.0/postgresql-16.0.tar.bz2"
[build]
template = "configure"
template = "custom"
dependencies = [
"readline",
"zlib",
]
script = """
cp "${COOKBOOK_SOURCE}/src/backend/utils/errcodes.h" "${COOKBOOK_SOURCE}/src/include/utils/errcodes.h"
COOKBOOK_CONFIGURE_FLAGS+=(
--without-icu
--without-readline
--with-template=redox
)
cookbook_configure
"""

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO pyo3-ffi crate error
[source]
git = "https://github.com/keszybz/add-determinism"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO rfd crate error
[source]
git = "https://github.com/WINSDK/bite"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO require rustc 1.75 or newer
[source]
git = "https://github.com/lu-zero/cargo-c"
[build]

View File

@ -1,4 +1,4 @@
#TODO camino crate compilation error
#TODO camino crate error
[source]
git = "https://github.com/matthiaskrgr/cargo-cache"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/qryxip/cargo-compete"
[build]

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO camino crate error
[source]
git = "https://github.com/qryxip/cargo-equip"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error
[source]
git = "https://github.com/M4SS-Code/cargo-goggles"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error
[source]
git = "https://github.com/taiki-e/cargo-hack"
[build]

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO cargo-util crate error
[source]
git = "https://github.com/quininer/cargo-outofdate"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error
[source]
git = "https://github.com/obi1kenobi/cargo-semver-checks"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error
[source]
git = "https://github.com/rust-lang/rust-clippy"
[build]

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO camino crate error
[source]
git = "https://github.com/rust-lang/crater"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO mimalloc error
[source]
git = "https://github.com/01mf02/jaq"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO undefined reference
[source]
tar = "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO users crate error
[source]
git = "https://github.com/JakWai01/lurk"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/kyren/piccolo"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO proc-maps crate error
[source]
git = "https://github.com/benfred/py-spy"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error
[source]
git = "https://github.com/ofek/pyapp"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO erg_compiler crate error
[source]
git = "https://github.com/mtshiba/pylyzer"
[build]

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/aswinnnn/pyscan"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/brettcannon/python-launcher"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error
[source]
git = "https://github.com/LuchoBazz/quicktest"
rev = "f4d32f87d350a725b47d5bc92756e7be208cd466"

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO require rustc 1.76 or newer
[source]
git = "https://github.com/rust-lang/rust-analyzer"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages rust-analyzer
"""

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/rust-lang/rustfmt"
[build]

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO serde crate error
[source]
git = "https://github.com/rust-lang/rustup"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/PhilippRados/wrecc"
[build]

View File

@ -0,0 +1,9 @@
#TODO missing script for CMake, see https://git.libssh.org/projects/libssh.git/tree/INSTALL#n36
[source]
tar = "https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz"
[build]
template = "custom"
dependencies = [
"zlib",
"openssl1",
]

View File

@ -1,5 +1,5 @@
#TODO Compilation error
[source]
tar = "https://nginx.org/download/nginx-1.24.0.tar.gz"
tar = "https://nginx.org/download/nginx-1.26.0.tar.gz"
[build]
template = "configure"

View File

@ -2,7 +2,7 @@
#TODO use the GTK2 or wxWidgets frontend?
#TODO probably need audio server patching
[source]
tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-sources-3.4.2.tar.gz"
tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-sources-3.5.1.tar.gz"
[build]
template = "custom"
dependencies = [

View File

@ -0,0 +1,21 @@
#TODO missing script for CMake, see https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compilation-guide
#TODO dependencies need a cleanup (outdated and up-to-date information is mixed in the build instructions)
[source]
git = "https://gitlab.com/Remmina/Remmina"
rev = "2a455eadd6462457d08c2d066c5c245e0dee3bf9"
[build]
template = "custom"
dependencies = [
"openssl1",
"libxml2",
"gstreamer",
"ffmpeg6",
"gtk3",
"libgcrypt",
"libssh",
"libvte",
"libjpeg",
"gnutls3",
"libsodium",
"pcre",
]