From 0c9c091b24f67a49ba8a8088a7c39caa34834131 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 20 May 2019 18:46:37 +0300 Subject: Create --- .gitmodules | 6 ++++++ build/bootstrap.build | 5 +++++ buildfile | 1 + doc/style | 1 + doc/web.xhtml | 14 ++++++++++++++ libbar | 1 + manifest | 7 +++++++ tests/TODO | 0 8 files changed, 35 insertions(+) create mode 100644 .gitmodules create mode 100644 build/bootstrap.build create mode 100644 buildfile create mode 160000 doc/style create mode 100644 doc/web.xhtml create mode 160000 libbar create mode 100644 manifest create mode 100644 tests/TODO diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5272efc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "doc/style"] + path = doc/style + url = ../style.git +[submodule "libbar"] + path = libbar + url = ../libbar.git diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..9ed1edf --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,5 @@ +project = libfoo + +using config +using version +using dist diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..0a6641c --- /dev/null +++ b/buildfile @@ -0,0 +1 @@ +./: file{**} diff --git a/doc/style b/doc/style new file mode 160000 index 0000000..d2d36b8 --- /dev/null +++ b/doc/style @@ -0,0 +1 @@ +Subproject commit d2d36b8bd7d98ad43d911fb3faeb2a6292fab60b diff --git a/doc/web.xhtml b/doc/web.xhtml new file mode 100644 index 0000000..d02aaa1 --- /dev/null +++ b/doc/web.xhtml @@ -0,0 +1,14 @@ + + + + + + Web + + + + +

Header 1

+

Header 2

+ + diff --git a/libbar b/libbar new file mode 160000 index 0000000..29c4321 --- /dev/null +++ b/libbar @@ -0,0 +1 @@ +Subproject commit 29c4321272ed5adf32181ba233b69784c4de949f diff --git a/manifest b/manifest new file mode 100644 index 0000000..f41fdf7 --- /dev/null +++ b/manifest @@ -0,0 +1,7 @@ +: 1 +name: libfoo +version: 0.0.1 +summary: libfoo +license: MIT +url: http://example.org +email: pkg@example.org diff --git a/tests/TODO b/tests/TODO new file mode 100644 index 0000000..e69de29 -- cgit v1.1