void-packages/common/build-style
Michal Vasilek c7206b4bdc common/build-style/python3-pep517: use absolute path for check temp dir
some tests change cwd which causes relative tmpdir to point to a non-existent
location
2023-05-07 16:28:06 +02:00
..
R-cran.sh
README
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 common: cleanup trailing whitespaces 2023-02-07 03:26:02 -05:00
fetch.sh
gem.sh common: cleanup trailing whitespaces 2023-02-07 03:26:02 -05:00
gemspec.sh common: cleanup trailing whitespaces 2023-02-07 03:26:02 -05:00
gnu-configure.sh common: cleanup trailing whitespaces 2023-02-07 03:26:02 -05:00
gnu-makefile.sh common: cleanup trailing whitespaces 2023-02-07 03:26:02 -05:00
go.sh common/build-style/go.sh: use -modcacherw 2023-04-06 18:33:16 +02:00
haskell-stack.sh
meson.sh common: build-style/meson: use meson setup 2022-11-08 18:24:04 +01:00
meta.sh
perl-ModuleBuild.sh
perl-module.sh
python-module.sh
python2-module.sh
python3-module.sh
python3-pep517.sh common/build-style/python3-pep517: use absolute path for check temp dir 2023-05-07 16:28:06 +02:00
qmake.sh build-style/qmake: add support for Qt6 2023-03-02 07:52:08 +07:00
raku-dist.sh
ruby-module.sh
scons.sh
sip-build.sh
slashpackage.sh common: cleanup trailing whitespaces 2023-02-07 03:26:02 -05:00
texmf.sh
void-cross.sh build-style/void-cross: fix musl __stack_chk_fail_local 2023-01-20 16:06:07 +07:00
waf.sh
waf3.sh
zig-build.sh

README

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.