vp-build/common/build-style
2022-11-09 21:24:02 -05:00
..
cargo.sh build-style/cargo: produce auditable binaries 2022-11-03 03:50:11 -04:00
cmake.sh
configure.sh
fetch.sh
gem.sh
gemspec.sh
gnu-configure.sh
gnu-makefile.sh
go.sh
haskell-stack.sh
meson.sh common: build-style/meson: use meson setup 2022-11-08 18:24:04 +01:00
meta.sh
perl-module.sh
perl-ModuleBuild.sh
python-module.sh
python2-module.sh
python3-module.sh
python3-pep517.sh build-style/python3-pep517.sh: abandon pip 2022-11-09 21:24:02 -05:00
qmake.sh
R-cran.sh
raku-dist.sh
README
ruby-module.sh
scons.sh
sip-build.sh
slashpackage.sh xbps-src: set wrksrc to $pkgname-$version unconditionally 2022-11-08 22:30:37 +07:00
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.