637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
22 lines
538 B
TOML
22 lines
538 B
TOML
[package]
|
|
name = "basilisk"
|
|
version = "2025.10.10"
|
|
|
|
#TODO determine build instructions: https://repo.palemoon.org/Basilisk-Dev/Basilisk/src/branch/master/build-scripts/linux/build_basilisk_subscripts/run_inside_docker.sh
|
|
# dependencies: https://basilisk-browser.org/requirements.html
|
|
[source]
|
|
tar = "https://dl.basilisk-browser.org/basilisk-2025.10.10-source.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"gtk3",
|
|
"glib",
|
|
"pango",
|
|
"dbus",
|
|
"libalsa",
|
|
"libxt",
|
|
"openssl3",
|
|
"sqlite3",
|
|
"libpulse",
|
|
]
|