vp-build/common/build-style
Joel Beckmeyer def53da009 common/build-style/python3-pep517.sh: use full path for TMPDIR
fixes side effects with setuptools_rust / rustc
2022-09-28 10:04:27 -04:00
..
cargo.sh
cmake.sh build-style/cmake: sysconfigdir is /etc 2022-09-05 21:01:16 +07:00
configure.sh
fetch.sh
gem.sh
gemspec.sh
gnu-configure.sh
gnu-makefile.sh
go.sh
haskell-stack.sh
meson.sh
meta.sh
perl-module.sh
perl-ModuleBuild.sh
python-module.sh
python2-module.sh
python3-module.sh
python3-pep517.sh common/build-style/python3-pep517.sh: use full path for TMPDIR 2022-09-28 10:04:27 -04:00
qmake.sh build-style/qmake: remove Qt4 reference 2022-09-18 20:36:36 +07:00
R-cran.sh
raku-dist.sh
README
ruby-module.sh
scons.sh
sip-build.sh
slashpackage.sh
texmf.sh
void-cross.sh
waf.sh
waf3.sh Revert "build-style/waf3: set config dir to /etc" 2022-09-11 13:28:49 +00:00
zig-build.sh

BUILD STYLES
============

These shell snippets provide support for multiple build systems, i.e GNU configure,
CMake, etc. A build style file must provide at least the following functions:

	- do_configure
	- do_build
	- do_install

If a source package defines its own do_xxx() function, the function defined in
the build style file is simply ignored.