From 2aac6bb4b179a45908cd9d8c6656fef671c24042 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Jul 2018 12:27:28 +0200 Subject: Initial infrastructure setup --- libbutl/buildfile | 5 +++++ libbutl/manifest-parser.bash | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 libbutl/buildfile create mode 100644 libbutl/manifest-parser.bash (limited to 'libbutl') diff --git a/libbutl/buildfile b/libbutl/buildfile new file mode 100644 index 0000000..6509396 --- /dev/null +++ b/libbutl/buildfile @@ -0,0 +1,5 @@ +# file : libbutl/buildfile +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: bash{manifest-parser} diff --git a/libbutl/manifest-parser.bash b/libbutl/manifest-parser.bash new file mode 100644 index 0000000..4de96a6 --- /dev/null +++ b/libbutl/manifest-parser.bash @@ -0,0 +1,3 @@ +# file : libbutl/manifest-parser.bash +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file -- cgit v1.1