summaryrefslogtreecommitdiff
path: root/homebrew/xrick/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xrick/.make.sh-auto')
-rw-r--r--homebrew/xrick/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/xrick/.make.sh-auto b/homebrew/xrick/.make.sh-auto
new file mode 100644
index 000000000..83d79ffd6
--- /dev/null
+++ b/homebrew/xrick/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+inreplace "src/xrick.c", "data.zip", "#{pkgshare}/data.zip"
+make
+bin.install "xrick"
+man6.install "xrick.6.gz"
+pkgshare.install "data.zip"