Add recipes

This commit is contained in:
Ribbon 2025-11-20 14:38:37 -03:00
parent fe435b6cf0
commit 17d8cb4570
8 changed files with 67 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,14 @@
#TODO not compiled or tested
[source]
git = "https://github.com/cmatsuoka/asciiquarium"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
cp "${COOKBOOK_SOURCE}"/asciiquarium "${COOKBOOK_STAGE}"/usr/bin/asciiquarium
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/asciiquarium
"""
[package]
dependencies = [
"perl",
]

View File

@ -0,0 +1,9 @@
#TODO missing script for gnu make: https://gitlab.com/jallbrit/cbonsai#manual
[source]
git = "https://gitlab.com/jallbrit/cbonsai"
rev = "v1.4.2"
[build]
template = "custom"
dependencies = [
"ncursesw",
]

View File

@ -0,0 +1,16 @@
#TODO not compiled or tested
[source]
git = "https://github.com/pipeseroni/pipes.sh"
rev = "v1.3.0"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
cp "${COOKBOOK_SOURCE}"/pipes.sh "${COOKBOOK_STAGE}"/usr/bin/pipes
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/pipes
"""
[package]
dependencies = [
"bash",
"ncurses",
]

View File

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