Add recipes

This commit is contained in:
Ribbon 2026-01-03 15:20:34 -03:00
parent 57a4e57c1c
commit 812ff830b2
7 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/stoolap/stoolap"
shallow_clone = "true"
[build]
template = "cargo"

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/fcoury/tsql"
[build]
template = "custom"
script = """
cookbook_cargo_packages tsql
"""
[package]
dependencies = ["postgresql16"]

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Vaishnav-Sabari-Girish/nibble"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ahkohd/oyo"
[build]
template = "custom"
script = """
cookbook_cargo_packages oyo
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://codeberg.org/worthe-it/shackle-shell"
[build]
template = "cargo"

View File

@ -0,0 +1,7 @@
#TODO not compiled or tested
#TODO determine minimum dependencies from cmake log
# build instructions: https://github.com/SuperTux/supertux/blob/master/INSTALL.md#compiling
[source]
tar = "https://github.com/SuperTux/supertux/releases/download/v0.7.0-beta.1/SuperTux-v0.7.0-beta.1-Source.tar.gz"
[build]
template = "cmake"

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/aNNiMON/effy"
[build]
template = "cargo"
[package]
dependencies = [
"ffmpeg6",
]