ndncert: Initial release
Change-Id: I280c7a059b330e4065f66615165741f411d72168
diff --git a/ndncert/Makefile b/ndncert/Makefile
new file mode 100644
index 0000000..75dabd1
--- /dev/null
+++ b/ndncert/Makefile
@@ -0,0 +1,16 @@
+# URL for git clone
+GIT_URL=https://github.com/cawka/ndncert
+
+# Tag name or commit hash for checkout
+GIT_VERSION=443a8609e87b10bc19fcd3cf06cf706693ceb11f
+
+# Package name
+NAME=ndncert
+
+# Package version
+VERSION=0.0.2-1-g443a860
+
+# PPA version
+PPA_VERSION=1
+
+include ../packaging.mk