commit | 52c1c05057639a4a8393e14f5baf01a0fd0be68e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 04 16:13:14 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Sep 05 09:53:43 2014 -0700 |
tree | 0df0f2269f7406ec83e3f1c43e9d2776cfe4860b | |
parent | 34412069172dcb3df8b7afc2ee25bdded36a1124 [diff] [blame] |
chronochat: Initial packaging
diff --git a/chronochat/Makefile b/chronochat/Makefile new file mode 100644 index 0000000..05f0983 --- /dev/null +++ b/chronochat/Makefile
@@ -0,0 +1,16 @@ +# URL for git clone +GIT_URL=https://github.com/bruinfish/ChronoChat + +# Tag name or commit hash for checkout +GIT_VERSION=104a738d6d38a22830e440f97885ac99f76b4044 + +# Package name +NAME=chronochat + +# Package version +VERSION=0.5.0-1 + +# PPA version +PPA_VERSION=1 + +include ../packaging.mk