# This field required, but its will change nothing if script = "" specified. build_system = "CMake" # For example, supported build systems: # Enumerate from src/pkgtoolkit # pub enum BuildSystems { # Make, # CMake, # Meson, # Cargo # } # Environment variables, can be empty or removed env = """ export SHELL=/usr/bin/zsh """ # Custom script like from INSTALL script = """ make -j6 -f build/Makefile all """