aboutsummaryrefslogtreecommitdiff
path: root/libbutl/manifest-parser.bash.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-21 14:47:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-21 14:47:30 +0200
commit037ad0360056ec38eda1b3b8a74cd3ae4371630f (patch)
tree6d21bad6f694d8744107e2420d72660a135eda7a /libbutl/manifest-parser.bash.in
parent03ff256dc44228c9465cd2040593a72b2d084d1e (diff)
Add binding support executable stub for manifest parsing
Diffstat (limited to 'libbutl/manifest-parser.bash.in')
-rw-r--r--libbutl/manifest-parser.bash.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/libbutl/manifest-parser.bash.in b/libbutl/manifest-parser.bash.in
index 3ac2fc7..4af565a 100644
--- a/libbutl/manifest-parser.bash.in
+++ b/libbutl/manifest-parser.bash.in
@@ -22,12 +22,7 @@ fi
#
function butl_parse_manifest ()
{
- printf ":1\0"
- printf "name:foo\0"
- printf "version:1.2.3\0"
- printf "description:foo\nexecutable\0"
- printf "depends:libfoo\0"
- printf "depends:libbar\0"
+ "$(butl_path)/manifest" parse
}
# Start the manifest parsing co-process setting the following "return"