From 6c636e7f4ea177fd81555809f0a0a816df91287b Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 15 May 2017 14:55:58 -0700 Subject: [PATCH] tor: add recipe Signed-off-by: Armin Kuster --- recipes-browers/tor/tor_6.5.2.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-browers/tor/tor_6.5.2.bb diff --git a/recipes-browers/tor/tor_6.5.2.bb b/recipes-browers/tor/tor_6.5.2.bb new file mode 100644 index 0000000..1e3a812 --- /dev/null +++ b/recipes-browers/tor/tor_6.5.2.bb @@ -0,0 +1,7 @@ +SUMMARY = "Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security." + +HOMEPAGE = "https://www.torproject.org/" + +LICENSE = "GPV-v2" + +SRC_URI = "https://github.com/TheTorProject/gettorbrowser/archive/v6.5.2.tar.gz"