vp-build/common/build-style
classabbyamp 124ce2e404 common/build-style: make do_check run in parallel unless disabled 2022-06-23 23:08:03 -05:00
..
R-cran.sh
README
cargo.sh common/build-style/cargo.sh: use offline install 2022-06-11 03:57:14 -03:00
cmake.sh common/build-style: make do_check run in parallel unless disabled 2022-06-23 23:08:03 -05:00
configure.sh common/build-style: make do_check run in parallel unless disabled 2022-06-23 23:08:03 -05:00
fetch.sh
gem.sh
gemspec.sh
gnu-configure.sh common/build-style: make do_check run in parallel unless disabled 2022-06-23 23:08:03 -05:00
gnu-makefile.sh common/build-style: make do_check run in parallel unless disabled 2022-06-23 23:08:03 -05:00
go.sh common/build-style: remove go_get from Go style. 2021-02-20 02:01:31 -03:00
haskell-stack.sh
meson.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
meta.sh
perl-ModuleBuild.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
perl-module.sh common/build-style: make do_check run in parallel unless disabled 2022-06-23 23:08:03 -05:00
python-module.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
python2-module.sh
python3-module.sh common/build-style/python3-*: add support for pytest-xdist 2022-06-09 21:44:23 -04:00
python3-pep517.sh common/build-style/python3-*: add support for pytest-xdist 2022-06-09 21:44:23 -04:00
qmake.sh build-style/qmake: look for modules in target 2021-03-08 10:40:33 +07:00
raku-dist.sh common/do_check: move make_check_pre behind env setting 2022-05-08 08:12:03 +07:00
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 build-style: new build-style for sip-build 2021-06-22 21:27:41 +07:00
slashpackage.sh
texmf.sh common/build-style/texmf.sh: various improvments. 2021-01-19 19:46:52 +01:00
void-cross.sh build-style/void-cross: check for kernel-libc-headers/patches 2021-10-06 22:11:41 -03:00
waf.sh build-style: change all build-styles to use /usr/libNN 2020-12-22 22:18:25 +01:00
waf3.sh build-style: change all build-styles to use /usr/libNN 2020-12-22 22:18:25 +01:00
zig-build.sh build-styles: add zig-build 2021-11-13 11:46:21 -03: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.