mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
16 lines
400 B
TOML
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
|
|
"""
|