aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2023-04-12 02:12:56 -0700
committerCopybara-Service <copybara-worker@google.com>2023-04-12 02:14:14 -0700
commita6a346b3975e2eace930a34dede6f55e286ba2b4 (patch)
tree278af066841199f8dba5d0ec31555b8426102432 /tools
parent47a117e6722c8be6c6e5aed4c888e9d394d08ca6 (diff)
downloadtink-a6a346b3975e2eace930a34dede6f55e286ba2b4.tar.gz
Remove unused file
PiperOrigin-RevId: 523640403
Diffstat (limited to 'tools')
-rw-r--r--tools/tinkey/tink_tinkey.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/tinkey/tink_tinkey.rb b/tools/tinkey/tink_tinkey.rb
deleted file mode 100644
index 289a86d71..000000000
--- a/tools/tinkey/tink_tinkey.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-# A Homebrew formula for Tinkey on Linux and macOS.
-# Usage:
-# brew tap tink-crypto/tink-tinkey https://github.com/tink-crypto/tink-tinkey
-# brew install tinkey
-
-class Tinkey < Formula
- desc "A command line tool to generate and manipulate keysets for the Tink cryptography library"
- homepage "https://github.com/tink-crypto/tink-tinkey"
- url "https://storage.googleapis.com/tinkey/tinkey-1.8.0.tar.gz"
- sha256 "ee262e3705837366188920687a35a224468380f58f02916ca0567d1e4b66cdcf"
-
- def install
- bin.install "tinkey"
- bin.install "tinkey_deploy.jar"
- end
-end