aboutsummaryrefslogtreecommitdiff
path: root/libbutl/manifest-parser.bash
blob: 5fa53ce2089d1ad2b53eaba0932f3316d1911d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : libbutl/manifest-parser.bash
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

function 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"
}