From 4042538987c3b5f99283b8d89716efd4c444da03 Mon Sep 17 00:00:00 2001 From: jwerle Date: Mon, 9 Mar 2015 14:47:27 -0400 Subject: [PATCH] make bpkg friendly --- README.md | 4 ++++ package.json | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 package.json diff --git a/README.md b/README.md index 9e4a75b..a0188c8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ If you're on OS X, spark is also on [Homebrew][brew]: brew install spark +If you use [bpkg](https://github.com/bpkg/bpkg), you can install it with: + + bpkg install holman/spark + ## usage Just run `spark` and pass it a list of numbers (comma-delimited, spaces, diff --git a/package.json b/package.json new file mode 100644 index 0000000..5886c06 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "spark", + "version": "v1.0.1", + "description": "▁▂▃▅▂▇ in your shell.", + "global": "true", + "install": "install spark ${PREFIX:-/usr/local}/bin", + "scripts": [ "spark" ] +} +