mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Change all openssl1 to openssl3
This commit is contained in:
parent
585ebfd8cb
commit
1870808a1f
@ -15,7 +15,7 @@ dependencies = [
|
||||
# "librhash",
|
||||
"libuv",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"zlib",
|
||||
"zstd",
|
||||
]
|
||||
|
||||
@ -3,7 +3,7 @@ git = "https://github.com/Byron/gitoxide.git"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -9,7 +9,7 @@ dependencies = [
|
||||
"liborbital",
|
||||
"mesa",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"sdl2",
|
||||
"zlib",
|
||||
]
|
||||
|
||||
@ -7,7 +7,7 @@ dependencies = [
|
||||
"liborbital",
|
||||
"libretro-super",
|
||||
"mesa",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"sdl2",
|
||||
"zlib",
|
||||
]
|
||||
|
||||
@ -11,7 +11,7 @@ dependencies = [
|
||||
"liborbital",
|
||||
"libjpeg",
|
||||
"libpng",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"mesa",
|
||||
"nghttp2",
|
||||
"sdl2",
|
||||
|
||||
@ -46,7 +46,7 @@ dependencies = [
|
||||
"mesa-x11",
|
||||
"nghttp2",
|
||||
#TODO: "openal",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"pango",
|
||||
"pcre2",
|
||||
"pixman",
|
||||
|
||||
@ -7,7 +7,7 @@ autotools_recursive_regenerate
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = ["openssl1"]
|
||||
dependencies = ["openssl3"]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
|
||||
@ -3,7 +3,7 @@ git = "https://github.com/TheWaWaR/simple-http-server"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
@ -7,6 +7,6 @@ template = "configure"
|
||||
dependencies = [
|
||||
"zstd",
|
||||
"lz4",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"xxhash",
|
||||
]
|
||||
|
||||
@ -6,7 +6,7 @@ patches = ["redox.patch"]
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"openssl1"
|
||||
"openssl3"
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -10,7 +10,7 @@ dependencies = [
|
||||
"ncurses",
|
||||
"zlib",
|
||||
"libevent",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"curl",
|
||||
"libxml2",
|
||||
"boost",
|
||||
|
||||
@ -5,7 +5,7 @@ shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/MoonZoon/MoonZoon"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages mzoon
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/Nakadra/sphere-runtime"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/bergercookie/asm-lsp"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages asm-lsp
|
||||
|
||||
@ -15,7 +15,7 @@ dependencies = [
|
||||
"nghttp2",
|
||||
# "http-parser",
|
||||
"nghttp3",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"simdjson",
|
||||
"simdutf",
|
||||
"sqlite3",
|
||||
|
||||
@ -26,7 +26,7 @@ dependencies = [
|
||||
"libzip",
|
||||
"ncurses",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"pcre",
|
||||
"sqlite3",
|
||||
"xz",
|
||||
|
||||
@ -9,7 +9,7 @@ patches = [
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cp ../config.site ./
|
||||
|
||||
@ -13,7 +13,7 @@ dependencies = [
|
||||
"libuuid",
|
||||
"ncurses",
|
||||
"ncursesw",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"readline",
|
||||
"sqlite3",
|
||||
"zlib",
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/martinvonz/jj"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages jj-cli
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/moriturus/ktra"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/chasinglogic/licensure"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/jdx/mise"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -5,7 +5,7 @@ git = "https://github.com/trailofbits/necessist"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sqlite3",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages necessist
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/panamax-rs/panamax"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/prefix-dev/pixi"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/coralogix/protofetch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/prefix-dev/rattler-build"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/MarcoIeni/release-plz"
|
||||
rev = "68baf26d77a887c3ad90e4ad75ce77d9788f2442"
|
||||
[build]
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/w4/rgit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/mattwparas/steel"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/stacked-git/stgit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/bahdotsh/wrkflw"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages wrkflw
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/aswinnnn/pyscan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/ordinals/ord"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -10,6 +10,6 @@ template = "cmake"
|
||||
# "-DOPENSSL_ROOT_DIR=${COOKBOOK_SYSROOT}" # test if the program need this
|
||||
#]
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"libuv",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/acfoltzer/cargo-fund"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/d-e-s-o/apcacli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/TheRustyPickle/Rex"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -10,7 +10,7 @@ dependencies = [
|
||||
"boost",
|
||||
"libbrotli",
|
||||
"libevent",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"lz4",
|
||||
"xz",
|
||||
"libunwind",
|
||||
|
||||
@ -6,7 +6,7 @@ tar = "https://download.gluster.org/pub/gluster/glusterfs/9/LATEST/glusterfs-9.6
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"libxml2",
|
||||
"libaio",
|
||||
"sqlite3",
|
||||
|
||||
@ -7,7 +7,7 @@ rev = "d91bb2b2789be8a0f72c7baddac63ffb78299ad9"
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"curl",
|
||||
"expat",
|
||||
"libuuid",
|
||||
|
||||
@ -10,5 +10,5 @@ dependencies = [
|
||||
"libfuse2",
|
||||
"curl",
|
||||
"libxml2",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -19,7 +19,7 @@ dependencies = [
|
||||
"luajit",
|
||||
"openal",
|
||||
#TODO: openssl not detected by cmake
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"sdl2",
|
||||
"sqlite3",
|
||||
"zlib",
|
||||
|
||||
@ -8,6 +8,6 @@ shallow_clone = true
|
||||
template = "cmake"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"mesa",
|
||||
]
|
||||
|
||||
@ -5,5 +5,5 @@ git = "https://github.com/Lea-fish/Leafish"
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/weiteck/turdle"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/brianch/offline-chess-puzzles"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -20,7 +20,7 @@ dependencies = [
|
||||
"libtiff",
|
||||
"openexr",
|
||||
"openimageio",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"onetbb",
|
||||
"zlib",
|
||||
"qt5-full",
|
||||
|
||||
@ -5,7 +5,7 @@ git = "https://github.com/alvr-org/ALVR"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"gtk3",
|
||||
"libvulkan",
|
||||
"libunwind",
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/imazen/imageflow"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"libpng",
|
||||
]
|
||||
script = """
|
||||
|
||||
@ -17,7 +17,7 @@ dependencies = [
|
||||
"libx11",
|
||||
"libxcb",
|
||||
"libpng",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"pcre",
|
||||
"zlib",
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ dependencies = [
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"pcre2",
|
||||
"pixman",
|
||||
#TODO: compile dylib "libtiff",
|
||||
|
||||
@ -16,7 +16,7 @@ dependencies = [
|
||||
"libx11",
|
||||
"libxcb",
|
||||
"libpng",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"pcre",
|
||||
"zlib",
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/printfn/fend"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/tiffany352/rink-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages rink
|
||||
|
||||
@ -5,5 +5,5 @@ git = "https://github.com/hacknus/serial-monitor-rust"
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libxkbcommon",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/fcsonline/drill"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/Orange-OpenSource/hurl"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"curl",
|
||||
"libxml2",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/lycheeverse/lychee"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages lychee
|
||||
|
||||
@ -5,7 +5,7 @@ git = "https://github.com/jackpot51/pavao.git"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1"
|
||||
"openssl3"
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/ikatson/rqbit"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages rqbit
|
||||
|
||||
@ -5,5 +5,5 @@ tar = "https://nlnetlabs.nl/downloads/unbound/unbound-1.17.1.tar.gz"
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"expat",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/hrkfdn/ncspot"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"ncurses",
|
||||
]
|
||||
script = """
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/cetra3/rustcloud"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/aome510/spotify-player"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
package=spotify_player
|
||||
|
||||
@ -5,6 +5,6 @@ git = "https://github.com/maxcurzi/tplay"
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"opencv4",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/vsbuffalo/scidataflow"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/ttytm/wthrr-the-weathercrab"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/kpcyrd/authoscope"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/PLSysSec/cargo-scan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -11,7 +11,7 @@ dependencies = [
|
||||
"bzip2",
|
||||
"json-c",
|
||||
"pcre",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"libxml2",
|
||||
"zlib",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/dfir-dd/dfir-toolkit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/orhun/flawz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ tar = "https://www.openwall.com/john/k/john-1.9.0-jumbo-1.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"nss",
|
||||
"kerberos5",
|
||||
"libgmp",
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/SpectralOps/keyscope"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages keyscope
|
||||
|
||||
@ -7,6 +7,6 @@ script = """
|
||||
cookbook_cargo_packages openpgp-ca openpgp-ca-restd
|
||||
"""
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"libpcsclite",
|
||||
]
|
||||
|
||||
@ -6,6 +6,6 @@ rev = "53e55b4b26e9b843787f0e06d867441e32b1604e"
|
||||
[build]
|
||||
template = "cmake"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"zlib",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/Tongsuo-Project/RustyVault"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,6 +4,6 @@ git = "https://gitlab.com/sequoia-pgp/sequoia-sq"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"libnettle",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/rossmacarthur/sheldon"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -6,7 +6,7 @@ git = "https://github.com/gamebooster/soundboard"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo --features full
|
||||
|
||||
@ -4,6 +4,6 @@ git = "https://github.com/polachok/helix-gpui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"fontconfig",
|
||||
]
|
||||
|
||||
@ -5,7 +5,7 @@ git = "https://github.com/neovide/neovide"
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"neovim",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"freetype2",
|
||||
"expat",
|
||||
"bzip2",
|
||||
|
||||
@ -9,7 +9,7 @@ template = "custom"
|
||||
dependencies = [
|
||||
"fontconfig",
|
||||
"libxkbcommon",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"zstd",
|
||||
"libgit2",
|
||||
"sqlite3",
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/FineFindus/artem"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/crunchy-labs/crunchy-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -6,6 +6,6 @@ git = "https://github.com/Dusk-Labs/dim"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sqlite3",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"ffmpeg6",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/brianyu28/dispatch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/ogham/dog"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/simeg/eureka"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/ffizer/ffizer"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo --features cli
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/soywod/himalaya"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/Hyde46/hoard"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -4,5 +4,5 @@ git = "https://github.com/ChrisVilches/horsetab"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -5,7 +5,7 @@ git = "https://github.com/imager-io/imager"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"xz",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages imager
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/lasantosr/intelli-shell"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
|
||||
@ -5,5 +5,5 @@ git = "https://github.com/mrfluffy-dev/kami"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
@ -32,7 +32,7 @@ dependencies = [
|
||||
"libogg",
|
||||
"pcre",
|
||||
"libpng",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"libtiff",
|
||||
"sqlite3",
|
||||
"libevdev",
|
||||
|
||||
@ -4,7 +4,7 @@ git = "https://github.com/angeldollface/mandy"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages mandy-bin
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user