diff --git a/satellites/vcs/letsencrypt.sat b/satellites/vcs/letsencrypt.sat new file mode 100644 index 0000000..23c0522 --- /dev/null +++ b/satellites/vcs/letsencrypt.sat @@ -0,0 +1,12 @@ +import "vcs/git" +import "compile/python" + +name=letsencrypt + +vcs_git "https://github.com/letsencrypt/$name" +header_end + +getfile vcs; cd vcs +compile_python 3.4 + +# vim:set tabstop=4 shiftwidth=4 syntax=sh et: