Add recipes

This commit is contained in:
Ribbon 2025-11-06 03:55:10 -03:00
parent 1418882089
commit 3598d477bc
9 changed files with 67 additions and 0 deletions

View File

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

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/crosshare-org/crosshare"
shallow_clone = true
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/usr/share/crosshare-data"
cp -rv "${COOKBOOK_SOURCE}"/app/__tests__/converter/puz/*.puz "${COOKBOOK_STAGE}/usr/share/crosshare-data"
"""

View File

@ -0,0 +1,12 @@
#TODO not compiled or tested
[source]
git = "https://github.com/matrixfrog/crossword"
[build]
template = "custom"
script = """
cookbook_cargo_packages crosstui
"""
[package]
dependencies = [
"crosshare-data"
]

View File

@ -0,0 +1,7 @@
#TODO not compiled or tested
# build instructions: https://github.com/sahlberg/libnfs/blob/master/INSTALL
[source]
git = "https://github.com/sahlberg/libnfs"
rev = "libnfs-6.0.2"
[build]
template = "cmake"

View File

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

View File

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

View File

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

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Linus-Mussmaecher/rucola"
[build]
template = "cargo"
[package]
dependencies = [
"nerd-fonts",
]

View File

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