[build] type = "autotools" [build.flags] make-test-vars = [ "PY3=y" ] [dependencies] runtime = [ "libunwind", "libcxx", "glibc", "pcre2", "zlib-ng", ] test = [ "ruby", "python", "java-environment", "tcl", "php", "lua", "r", "go", "boost", ] [package] description = "Generate scripting interfaces to C/C++ code" homepage = "https://www.swig.org/" license = [ "GPL-3.0-or-later", "LicenseRef-BSD-Arizona", "LicenseRef-BSD-Chicago", "LicenseRef-BSD-Utah-California", ] name = "swig" version = "4.4.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/swig/swig.git#v$version" post_extract = [ "sed -n '5,32p' LICENSE-UNIVERSITIES > LicenseRef-BSD-Utah-California.txt", "sed -n '37,64p' LICENSE-UNIVERSITIES > LicenseRef-BSD-Chicago.txt", "sed -n '69,94p' LICENSE-UNIVERSITIES > LicenseRef-BSD-Arizona.txt", "sed '/stl_no_default_constructor/d' -i Examples/test-suite/common.mk", "sed '/li_std_list/d' -i Examples/test-suite/java/Makefile.in", "./autogen.sh" ] cherry_pick = [ "b16a7c958a561721d164183f682d1511dc7c900b" ]