summaryrefslogtreecommitdiff
path: root/homebrew/historian
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/historian
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/historian')
-rw-r--r--homebrew/historian/.beer16
-rw-r--r--homebrew/historian/.make.sh-auto2
-rw-r--r--homebrew/historian/_metadata/description1
-rw-r--r--homebrew/historian/_metadata/homepage1
-rw-r--r--homebrew/historian/_metadata/name1
-rw-r--r--homebrew/historian/_metadata/version1
-rwxr-xr-xhomebrew/historian/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/historian/.beer b/homebrew/historian/.beer
new file mode 100644
index 000000000..8b7050a1e
--- /dev/null
+++ b/homebrew/historian/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "Historian",
+ "description": "Command-line utility for managing shell history in a SQLite database",
+ "url": "https://github.com/jcsalterego/historian/archive/0.0.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/jcsalterego/historian",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"hist\""
+ ],
+ "version": "0.0.2",
+ "file": "historian.rb"
+} \ No newline at end of file
diff --git a/homebrew/historian/.make.sh-auto b/homebrew/historian/.make.sh-auto
new file mode 100644
index 000000000..1b6d3c56f
--- /dev/null
+++ b/homebrew/historian/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bin.install "hist"
diff --git a/homebrew/historian/_metadata/description b/homebrew/historian/_metadata/description
new file mode 100644
index 000000000..5c033bbb7
--- /dev/null
+++ b/homebrew/historian/_metadata/description
@@ -0,0 +1 @@
+Command-line utility for managing shell history in a SQLite database
diff --git a/homebrew/historian/_metadata/homepage b/homebrew/historian/_metadata/homepage
new file mode 100644
index 000000000..e46586a9a
--- /dev/null
+++ b/homebrew/historian/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/jcsalterego/historian
diff --git a/homebrew/historian/_metadata/name b/homebrew/historian/_metadata/name
new file mode 100644
index 000000000..b57072c52
--- /dev/null
+++ b/homebrew/historian/_metadata/name
@@ -0,0 +1 @@
+Historian
diff --git a/homebrew/historian/_metadata/version b/homebrew/historian/_metadata/version
new file mode 100644
index 000000000..4e379d2bf
--- /dev/null
+++ b/homebrew/historian/_metadata/version
@@ -0,0 +1 @@
+0.0.2
diff --git a/homebrew/historian/download.sh b/homebrew/historian/download.sh
new file mode 100755
index 000000000..ef797515f
--- /dev/null
+++ b/homebrew/historian/download.sh
@@ -0,0 +1 @@
+wget https://github.com/jcsalterego/historian/archive/0.0.2.tar.gz \ No newline at end of file