diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-20 20:49:46 -0500 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-23 20:18:47 -0500 |
commit | 12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch) | |
tree | 352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/duti | |
parent | a2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (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/duti')
-rw-r--r-- | homebrew/duti/.beer | 28 | ||||
-rw-r--r-- | homebrew/duti/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/duti/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/duti/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/duti/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/duti/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/duti/download.sh | 1 | ||||
-rwxr-xr-x | homebrew/duti/patches.sh | 1 |
8 files changed, 38 insertions, 0 deletions
diff --git a/homebrew/duti/.beer b/homebrew/duti/.beer new file mode 100644 index 000000000..1b0a58cd0 --- /dev/null +++ b/homebrew/duti/.beer @@ -0,0 +1,28 @@ +{ + "name": "Duti", + "description": "Select default apps for documents and URL schemes on macOS", + "url": "https://github.com/moretension/duti/archive/duti-1.5.4.tar.gz", + "mirror": null, + "homepage": "https://github.com/moretension/duti/", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [ + { + "url": "https://github.com/moretension/duti/pull/32.patch?full_index=1", + "strip": "1" + } + ], + "install": [ + "system \"autoreconf\", \"-vfi\"", + "system \"./configure\", \"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "1.5.4", + "file": "duti.rb" +}
\ No newline at end of file diff --git a/homebrew/duti/.make.sh-auto b/homebrew/duti/.make.sh-auto new file mode 100644 index 000000000..7dbe2160f --- /dev/null +++ b/homebrew/duti/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +autoreconf -vfi +pkg:configure +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/duti/_metadata/description b/homebrew/duti/_metadata/description new file mode 100644 index 000000000..dfed4441a --- /dev/null +++ b/homebrew/duti/_metadata/description @@ -0,0 +1 @@ +Select default apps for documents and URL schemes on macOS diff --git a/homebrew/duti/_metadata/homepage b/homebrew/duti/_metadata/homepage new file mode 100644 index 000000000..9f2a4b576 --- /dev/null +++ b/homebrew/duti/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/moretension/duti/ diff --git a/homebrew/duti/_metadata/name b/homebrew/duti/_metadata/name new file mode 100644 index 000000000..12c9e6b93 --- /dev/null +++ b/homebrew/duti/_metadata/name @@ -0,0 +1 @@ +Duti diff --git a/homebrew/duti/_metadata/version b/homebrew/duti/_metadata/version new file mode 100644 index 000000000..94fe62c27 --- /dev/null +++ b/homebrew/duti/_metadata/version @@ -0,0 +1 @@ +1.5.4 diff --git a/homebrew/duti/download.sh b/homebrew/duti/download.sh new file mode 100755 index 000000000..15476f026 --- /dev/null +++ b/homebrew/duti/download.sh @@ -0,0 +1 @@ +wget https://github.com/moretension/duti/archive/duti-1.5.4.tar.gz
\ No newline at end of file diff --git a/homebrew/duti/patches.sh b/homebrew/duti/patches.sh new file mode 100755 index 000000000..d34b4871b --- /dev/null +++ b/homebrew/duti/patches.sh @@ -0,0 +1 @@ +wget https://github.com/moretension/duti/pull/32.patch?full_index=1 |