redox/recipes/wip/dev/ngspice/recipe.toml
2024-02-27 21:31:38 +00:00

16 lines
400 B
TOML

#TODO maybe wrong script, see https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/INSTALL
#TODO maybe missing dependencies
[source]
tar = "https://sourceforge.net/projects/ngspice/files/ng-spice-rework/42/ngspice-42.tar.gz/download"
[build]
template = "custom"
script = """
cd release
COOKBOOK_CONFIGURE_FLAGS+=(
--with-x
--with-readline=yes
--disable-debug
)
cookbook_configure
"""