void-packages/common/build-style
2023-04-13 13:15:04 -04:00
..
cargo.sh common/build-style/cargo.sh: use --locked for build and check as well 2023-04-13 13:15:04 -04:00
cmake.sh build-style/cmake: Disable FetchContent 2023-01-17 08:20:02 +07:00
configure.sh
fetch.sh
gem.sh
gemspec.sh
gnu-configure.sh
gnu-makefile.sh
go.sh common/build-style/go.sh: use -modcacherw 2023-04-06 18:33:16 +02:00
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: unpack wheels for testing 2023-04-12 15:49:51 -04:00
qmake.sh
R-cran.sh
raku-dist.sh
README
ruby-module.sh build-style/ruby-module: fix _vendorlibdir because of multilib change 2021-02-24 07:37:52 +07:00
scons.sh
sip-build.sh
slashpackage.sh
texmf.sh
void-cross.sh
waf.sh
waf3.sh
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.