pkgs/common/build-style
2024-06-20 21:19:12 -04:00
..
cargo.sh Merge upstream changes from void-packages 2023-06-01 11:44:58 -04:00
cmake.sh Import upstream in common 2023-11-12 16:04:24 -05:00
configure.sh Merge upstream changes from void-packages 2023-06-01 11:44:58 -04:00
fetch.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
gem.sh Merge upstream changes from void-packages 2023-06-01 11:44:58 -04:00
gemspec.sh Merge upstream changes from void-packages 2023-06-01 11:44:58 -04:00
gnu-configure.sh Merge upstream changes from void-packages 2023-06-01 11:44:58 -04:00
gnu-makefile.sh Merge upstream changes from void-packages 2023-06-01 11:44:58 -04:00
go.sh Sync with upstream 2024-06-20 21:19:12 -04:00
haskell-stack.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
meson.sh Import upstream in common 2023-11-12 16:04:24 -05:00
meta.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
perl-module.sh Correct repo merge 2022-11-14 18:27:23 -05:00
perl-ModuleBuild.sh Correct repo merge 2022-11-14 18:27:23 -05:00
python2-module.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
python3-module.sh Sync repository with latest upstream changes 2024-01-29 17:07:22 -06:00
python3-pep517.sh Sync repository with latest upstream changes 2024-01-29 17:07:22 -06:00
qmake.sh Sync with upstream 2024-06-20 21:19:12 -04:00
R-cran.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
raku-dist.sh Correct repo merge 2022-11-14 18:27:23 -05:00
README python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
ruby-module.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
scons.sh Correct repo merge 2022-11-14 18:27:23 -05:00
sip-build.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
slashpackage.sh Merge upstream changes from void-packages 2023-06-01 11:44:58 -04:00
texmf.sh Sync with upstream 2024-06-20 21:19:12 -04:00
void-cross.sh Sync repository with latest upstream changes 2024-01-29 17:07:22 -06:00
waf.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
waf3.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00
zig-build.sh python3-pandas: remove unnecessary INSTALL.msg 2022-11-14 12:10:40 -05:00

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.