[build] type = "autotools" [build.flags] configure = [ "--disable-static", "--disable-error-on-warning", ] post_install = [ 'rm "$DESTDIR"/usr/lib/libguile-3.?.so.*-gdb.scm' ] [dependencies] build = ["texinfo"] runtime = [ "gmp", "ncurses", "libunistring", "gc", "libffi", "libxcrypt", ] [package] description = "Portable, embeddable Scheme implementation written in C" homepage = "https://www.gnu.org/software/guile/" license = "AGPL-3.0-or-Later" name = "guile" version = "3.0.11" [[source]] extract_dir = "$name-$version" sha256 = "3c9c16972a73bb792752f2e4f1cce7212d7638d5494b5f7e8e19f3819dbf3a19" url = "https://mirrors.kernel.org/gnu/guile/guile-$version.tar.gz"