1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 20:13:19 +02:00
void-packages/common/build-style
2024-09-18 01:00:41 +00:00
..
cargo.sh build: sync with upstream 2024-09-18 https://github.com/void-linux/void-packages/commit/d1c520eb 2024-09-18 01:00:41 +00:00
cmake.sh add vesktop 2024-03-29 08:12:19 +01:00
configure.sh add vesktop 2024-03-29 08:12:19 +01:00
fetch.sh add vesktop 2024-03-29 08:12:19 +01:00
gem.sh add vesktop 2024-03-29 08:12:19 +01:00
gemspec.sh add vesktop 2024-03-29 08:12:19 +01:00
gnu-configure.sh add vesktop 2024-03-29 08:12:19 +01:00
gnu-makefile.sh add vesktop 2024-03-29 08:12:19 +01:00
go.sh build: sync with upstream 2024-09-18 https://github.com/void-linux/void-packages/commit/d1c520eb 2024-09-18 01:00:41 +00:00
haskell-stack.sh add vesktop 2024-03-29 08:12:19 +01:00
meson.sh build: sync with upstream 2024-08-19 https://github.com/void-linux/void-packages/commit/b243e694 2024-08-19 00:58:18 +00:00
meta.sh add vesktop 2024-03-29 08:12:19 +01:00
perl-module.sh add vesktop 2024-03-29 08:12:19 +01:00
perl-ModuleBuild.sh add vesktop 2024-03-29 08:12:19 +01:00
python2-module.sh add vesktop 2024-03-29 08:12:19 +01:00
python3-module.sh add vesktop 2024-03-29 08:12:19 +01:00
python3-pep517.sh add vesktop 2024-03-29 08:12:19 +01:00
qmake.sh build: sync with upstream 2024-07-15 https://github.com/void-linux/void-packages/commit/2e969392 2024-07-15 13:03:48 +02:00
R-cran.sh add vesktop 2024-03-29 08:12:19 +01:00
raku-dist.sh add vesktop 2024-03-29 08:12:19 +01:00
README add vesktop 2024-03-29 08:12:19 +01:00
ruby-module.sh add vesktop 2024-03-29 08:12:19 +01:00
scons.sh add vesktop 2024-03-29 08:12:19 +01:00
sip-build.sh add vesktop 2024-03-29 08:12:19 +01:00
slashpackage.sh add vesktop 2024-03-29 08:12:19 +01:00
texmf.sh add vesktop 2024-03-29 08:12:19 +01:00
void-cross.sh add vesktop 2024-03-29 08:12:19 +01:00
waf.sh add vesktop 2024-03-29 08:12:19 +01:00
waf3.sh add vesktop 2024-03-29 08:12:19 +01:00
zig-build.sh build: sync with upstream 2024-07-23 https://github.com/void-linux/void-packages/commit/30fcc3a6 2024-07-23 00:56:30 +00: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.