Skip to content
Snippets Groups Projects
Commit f75e5f50 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent 4386ab70
No related branches found
No related tags found
No related merge requests found
Showing
with 153 additions and 0 deletions
#TODO Not compiled or tested
[source]
tar = "https://github.com/pystardust/ani-cli/archive/refs/tags/v4.6.tar.gz"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/bin
cp "${COOKBOOK_SOURCE}"/ani-cli "${COOKBOOK_STAGE}"/bin/ani-cli
chmod a+x "${COOKBOOK_STAGE}"/bin/ani-cli
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/synacktraa/ani-skip"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/bin
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.config/mpv/scripts
cp "${COOKBOOK_SOURCE}"/ani-skip "${COOKBOOK_STAGE}"/bin/ani-skip
cp "${COOKBOOK_SOURCE}"/skip.lua "${COOKBOOK_STAGE}"/home/user/.config/mpv/scripts
chmod a+x "${COOKBOOK_STAGE}"/bin/ani-skip
"""
#TODO Not compiled or tested
[source]
tar = "https://github.com/thomas-mauran/chess-tui/archive/refs/tags/1.0.0.tar.gz"
[build]
template = "cargo"
#TODO missing script for CMake, see https://cvmfs.readthedocs.io/en/stable/cpt-quickstart.html#building-from-source
[source]
tar = "https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.11.2/source.tar.gz"
[build]
template = "custom"
dependencies = [
"libfuse3",
]
#TODO missing script for building, see https://github.com/defold/defold/blob/dev/README_BUILD.md
#TODO build the editor, see https://github.com/defold/defold/blob/dev/editor/README_BUILD.md
# probably the SDKs can't run on Redox, avoid them
[source]
tar = "https://github.com/defold/defold/archive/refs/tags/1.6.2.tar.gz"
[build]
template = "custom"
dependencies = [
"libxi",
"libxext",
"mesa-glu",
"mesa",
"curl",
"freeglut",
"libuuid",
"openal",
"ncurses",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/CoolnsX/dra-cla"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/bin
cp "${COOKBOOK_SOURCE}"/dra-cla "${COOKBOOK_STAGE}"/bin/dra-cla
chmod a+x "${COOKBOOK_STAGE}"/bin/dra-cla
"""
#TODO Not compiled or tested
#TODO probably missing dependencies, see https://docs.gluster.org/en/latest/Developer-guide/Building-GlusterFS/#build-requirements
# customization - https://docs.gluster.org/en/latest/Developer-guide/Building-GlusterFS/#configuring-for-building
[source]
tar = "https://download.gluster.org/pub/gluster/glusterfs/9/LATEST/glusterfs-9.6.tar.gz"
[build]
template = "configure"
dependencies = [
"openssl1",
"libxml2",
"libaio",
"sqlite3",
"libfuse3",
]
#TODO missing script for Go, see https://github.com/kahing/goofys/#installation
[source]
tar = "https://github.com/kahing/goofys/archive/refs/tags/v0.24.0.tar.gz"
[build]
template = "custom"
#TODO not compiled or tested
#TODO probably missing dependencies
# build instructions - https://github.com/MajenkoProjects/indexfs/blob/master/INSTALL
[source]
git = "https://github.com/MajenkoProjects/indexfs"
[build]
template = "custom"
script = """
./autogen.sh
cookbook_configure
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/justchokingaround/jerry"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/bin
cp "${COOKBOOK_SOURCE}"/jerry.sh "${COOKBOOK_STAGE}"/bin/jerry
chmod a+x "${COOKBOOK_STAGE}"/bin/jerry
"""
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/kactivities-stats-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/kactivities-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/kapidox-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/attica-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/kauth-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/baloo-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/kcalendarcore-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/extra-cmake-modules-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/kcmutils-5.112.0.tar.xz"
[build]
template = "custom"
#TODO missing script for CMake, lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/kcompletion-5.112.0.tar.xz"
[build]
template = "custom"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment