add template include file and pkg.yml

Project: 
http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/commit/d149f6d4
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/tree/d149f6d4
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/diff/d149f6d4

Branch: refs/heads/master
Commit: d149f6d47e720eee5565db49e7ea214f07bfe4d5
Parents: 5abaf5f
Author: Sterling Hughes <sterl...@apache.org>
Authored: Sun Oct 9 12:30:30 2016 +0100
Committer: Sterling Hughes <sterl...@apache.org>
Committed: Sun Oct 9 12:30:30 2016 +0100

----------------------------------------------------------------------
 include/your-path/your-file.h |  0
 pkg.yml                       | 26 ++++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/blob/d149f6d4/include/your-path/your-file.h
----------------------------------------------------------------------
diff --git a/include/your-path/your-file.h b/include/your-path/your-file.h
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/incubator-incubator-mynewt-pkg-pkg/blob/d149f6d4/pkg.yml
----------------------------------------------------------------------
diff --git a/pkg.yml b/pkg.yml
new file mode 100644
index 0000000..4e16759
--- /dev/null
+++ b/pkg.yml
@@ -0,0 +1,26 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+pkg.name: your-pkg-name
+pkg.description: "Description of your package"
+pkg.author: "You <y...@you.org>"
+pkg.homepage: "http://your-url.org/";
+pkg.keywords:
+
+pkg.deps:

Reply via email to