vp-build/common/build-style
classabbyamp fc49c6e396 common/build-style/go.sh: error if -s/-w in go_ldflags
-s   Omit the symbol table and debug information.
    -w   Omit the DWARF symbol table.

both are not necessary because xbps-src should strip binaries itself

this does not fit in an xlint because of multiline-string handling woes
2022-08-10 15:01:38 -04:00
..
cargo.sh
cmake.sh build-style/cmake: only set QT_HOST_PATH on cross build 2022-08-10 22:46:31 +07:00
configure.sh
fetch.sh
gem.sh
gemspec.sh
gnu-configure.sh
gnu-makefile.sh
go.sh common/build-style/go.sh: error if -s/-w in go_ldflags 2022-08-10 15:01:38 -04: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
qmake.sh
R-cran.sh
raku-dist.sh
README
ruby-module.sh
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.