summaryrefslogtreecommitdiff
path: root/homebrew/hardlink
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/hardlink
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/hardlink')
-rw-r--r--homebrew/hardlink/.beer29
-rw-r--r--homebrew/hardlink/.make.sh-auto2
-rw-r--r--homebrew/hardlink/_metadata/description1
-rw-r--r--homebrew/hardlink/_metadata/homepage1
-rw-r--r--homebrew/hardlink/_metadata/name1
-rw-r--r--homebrew/hardlink/_metadata/version1
-rwxr-xr-xhomebrew/hardlink/download.sh1
7 files changed, 36 insertions, 0 deletions
diff --git a/homebrew/hardlink/.beer b/homebrew/hardlink/.beer
new file mode 100644
index 000000000..0e606947b
--- /dev/null
+++ b/homebrew/hardlink/.beer
@@ -0,0 +1,29 @@
+{
+ "name": "Hardlink",
+ "description": "Replace file copies using hardlinks",
+ "url": "https://jak-linux.org/projects/hardlink/hardlink_0.3.0.tar.xz",
+ "mirror": null,
+ "homepage": "https://jak-linux.org/projects/hardlink/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "gnu-getopt",
+ "build-depend": false
+ },
+ {
+ "depend": "pcre",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"PREFIX=#{prefix}\", \"MANDIR=#{man}\", \"BINDIR=#{bin}\", \"install\""
+ ],
+ "version": "0.3.0",
+ "file": "hardlink.rb"
+} \ No newline at end of file
diff --git a/homebrew/hardlink/.make.sh-auto b/homebrew/hardlink/.make.sh-auto
new file mode 100644
index 000000000..56acaabef
--- /dev/null
+++ b/homebrew/hardlink/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+make PREFIX=${PKG_TAPF} MANDIR=${PKG_TAPF}/share/man BINDIR=#{bin} DESTDIR=${PKG_DEST} install
diff --git a/homebrew/hardlink/_metadata/description b/homebrew/hardlink/_metadata/description
new file mode 100644
index 000000000..5ee44dbd6
--- /dev/null
+++ b/homebrew/hardlink/_metadata/description
@@ -0,0 +1 @@
+Replace file copies using hardlinks
diff --git a/homebrew/hardlink/_metadata/homepage b/homebrew/hardlink/_metadata/homepage
new file mode 100644
index 000000000..51c57d1dd
--- /dev/null
+++ b/homebrew/hardlink/_metadata/homepage
@@ -0,0 +1 @@
+https://jak-linux.org/projects/hardlink/
diff --git a/homebrew/hardlink/_metadata/name b/homebrew/hardlink/_metadata/name
new file mode 100644
index 000000000..4cd7a6108
--- /dev/null
+++ b/homebrew/hardlink/_metadata/name
@@ -0,0 +1 @@
+Hardlink
diff --git a/homebrew/hardlink/_metadata/version b/homebrew/hardlink/_metadata/version
new file mode 100644
index 000000000..0d91a54c7
--- /dev/null
+++ b/homebrew/hardlink/_metadata/version
@@ -0,0 +1 @@
+0.3.0
diff --git a/homebrew/hardlink/download.sh b/homebrew/hardlink/download.sh
new file mode 100755
index 000000000..51f6d7a7d
--- /dev/null
+++ b/homebrew/hardlink/download.sh
@@ -0,0 +1 @@
+wget https://jak-linux.org/projects/hardlink/hardlink_0.3.0.tar.xz \ No newline at end of file