summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/manual.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/elements/manual.yaml')
-rw-r--r--src/buildstream/plugins/elements/manual.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/buildstream/plugins/elements/manual.yaml b/src/buildstream/plugins/elements/manual.yaml
new file mode 100644
index 000000000..38fe7d163
--- /dev/null
+++ b/src/buildstream/plugins/elements/manual.yaml
@@ -0,0 +1,22 @@
+# Manual build element does not provide any default
+# build commands
+config:
+
+ # Commands for configuring the software
+ #
+ configure-commands: []
+
+ # Commands for building the software
+ #
+ build-commands: []
+
+ # Commands for installing the software into a
+ # destination folder
+ #
+ install-commands: []
+
+ # Commands for stripping installed binaries
+ #
+ strip-commands:
+ - |
+ %{strip-binaries}