summaryrefslogtreecommitdiff
path: root/homebrew/cvsutils
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/cvsutils
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/cvsutils')
-rw-r--r--homebrew/cvsutils/.beer19
-rw-r--r--homebrew/cvsutils/.make.sh-auto3
-rw-r--r--homebrew/cvsutils/_metadata/description1
-rw-r--r--homebrew/cvsutils/_metadata/homepage1
-rw-r--r--homebrew/cvsutils/_metadata/name1
-rw-r--r--homebrew/cvsutils/_metadata/version1
-rwxr-xr-xhomebrew/cvsutils/download.sh1
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/cvsutils/.beer b/homebrew/cvsutils/.beer
new file mode 100644
index 000000000..48f7e19b0
--- /dev/null
+++ b/homebrew/cvsutils/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Cvsutils",
+ "description": "CVS utilities for use in working directories",
+ "url": "https://www.red-bean.com/cvsutils/releases/cvsutils-0.2.6.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.red-bean.com/cvsutils/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.2.6",
+ "file": "cvsutils.rb"
+} \ No newline at end of file
diff --git a/homebrew/cvsutils/.make.sh-auto b/homebrew/cvsutils/.make.sh-auto
new file mode 100644
index 000000000..557a9e0d1
--- /dev/null
+++ b/homebrew/cvsutils/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/cvsutils/_metadata/description b/homebrew/cvsutils/_metadata/description
new file mode 100644
index 000000000..25bdf694c
--- /dev/null
+++ b/homebrew/cvsutils/_metadata/description
@@ -0,0 +1 @@
+CVS utilities for use in working directories
diff --git a/homebrew/cvsutils/_metadata/homepage b/homebrew/cvsutils/_metadata/homepage
new file mode 100644
index 000000000..5adc9302d
--- /dev/null
+++ b/homebrew/cvsutils/_metadata/homepage
@@ -0,0 +1 @@
+https://www.red-bean.com/cvsutils/
diff --git a/homebrew/cvsutils/_metadata/name b/homebrew/cvsutils/_metadata/name
new file mode 100644
index 000000000..2e3f68c5a
--- /dev/null
+++ b/homebrew/cvsutils/_metadata/name
@@ -0,0 +1 @@
+Cvsutils
diff --git a/homebrew/cvsutils/_metadata/version b/homebrew/cvsutils/_metadata/version
new file mode 100644
index 000000000..53a75d673
--- /dev/null
+++ b/homebrew/cvsutils/_metadata/version
@@ -0,0 +1 @@
+0.2.6
diff --git a/homebrew/cvsutils/download.sh b/homebrew/cvsutils/download.sh
new file mode 100755
index 000000000..33b87aa10
--- /dev/null
+++ b/homebrew/cvsutils/download.sh
@@ -0,0 +1 @@
+wget https://www.red-bean.com/cvsutils/releases/cvsutils-0.2.6.tar.gz \ No newline at end of file