vp-build/common/build-style
Đoàn Trần Công Danh 8c5358f792 xbps-src: set wrksrc to $pkgname-$version unconditionally 2022-11-08 22:30:37 +07:00
..
R-cran.sh
README
cargo.sh build-style/cargo: produce auditable binaries 2022-11-03 03:50:11 -04:00
cmake.sh build-style/cmake: sysconfigdir is /etc 2022-09-05 21:01:16 +07: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/gnu-makefile.sh: define prefix, PREFIX for build 2022-08-24 14:59:23 -04:00
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-ModuleBuild.sh
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
python2-module.sh
python3-module.sh common/{,environment}/build_style/python3.sh: use python3 build_helper 2022-08-29 23:25:05 -04:00
python3-pep517.sh common/build-style/python3-pep517.sh: use full path for TMPDIR 2022-09-28 10:04:27 -04:00
qmake.sh build-style/qmake: remove Qt4 reference 2022-09-18 20:36:36 +07:00
raku-dist.sh
ruby-module.sh
scons.sh build-style/scons: use --install-sandbox for $DESTDIR 2022-09-05 20:00:36 +07:00
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 Revert "build-style/waf3: set config dir to /etc" 2022-09-11 13:28:49 +00:00
zig-build.sh

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.