void-packages/common/build-style
tranzystorekk d00bae1f94 common/build-style/meson.sh: disable relocatable pkgconfig 2024-10-15 10:12:33 +02:00
..
R-cran.sh
README
cargo.sh common/build-style/cargo.sh: add make_build_args to build 2024-09-17 15:01:20 -04:00
cmake.sh Revert "build-style/cmake: common flags for KDE" 2024-05-12 06:23:54 +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: support $make_check_pre 2024-09-17 11:15:15 -04:00
haskell-stack.sh
meson.sh common/build-style/meson.sh: disable relocatable pkgconfig 2024-10-15 10:12:33 +02:00
meta.sh
perl-ModuleBuild.sh
perl-module.sh
python2-module.sh
python3-module.sh common/build-style/python3-module.sh: enable `PY_IGNORE_IMPORTMISMATCH` for testing 2024-01-21 16:04:19 -05:00
python3-pep517.sh common/build-style/python3-pep517.sh: enable `PY_IGNORE_IMPORTMISMATCH` for testing 2024-01-21 16:04:19 -05:00
qmake.sh build-style/qmake: build in build_wrksrc 2024-04-08 16:45:11 +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 texlive: update to 20230313. 2024-02-08 06:23:24 -05:00
void-cross.sh build-style/void-cross: fix libgomp path 2024-01-27 22:13:07 -08:00
waf3.sh
zig-build.sh common/build-style/zig-build.sh: add --verbose flag 2024-09-29 11:39:23 +02:00

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.