summaryrefslogtreecommitdiff
path: root/homebrew/libuninameslist
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/libuninameslist
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/libuninameslist')
-rw-r--r--homebrew/libuninameslist/.beer34
-rw-r--r--homebrew/libuninameslist/.make.sh-auto6
-rw-r--r--homebrew/libuninameslist/_metadata/description1
-rw-r--r--homebrew/libuninameslist/_metadata/homepage1
-rw-r--r--homebrew/libuninameslist/_metadata/name1
-rw-r--r--homebrew/libuninameslist/_metadata/version1
-rwxr-xr-xhomebrew/libuninameslist/download.sh1
7 files changed, 45 insertions, 0 deletions
diff --git a/homebrew/libuninameslist/.beer b/homebrew/libuninameslist/.beer
new file mode 100644
index 000000000..8ec40ef69
--- /dev/null
+++ b/homebrew/libuninameslist/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "Libuninameslist",
+ "description": "Library of Unicode names and annotation data",
+ "url": "https://github.com/fontforge/libuninameslist/releases/download/20190305/libuninameslist-dist-20190305.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/fontforge/libuninameslist",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "if build.head?",
+ "system \"autoreconf\", \"-i\"",
+ "system \"automake\"",
+ "end",
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "20190305",
+ "file": "libuninameslist.rb"
+} \ No newline at end of file
diff --git a/homebrew/libuninameslist/.make.sh-auto b/homebrew/libuninameslist/.make.sh-auto
new file mode 100644
index 000000000..af925827e
--- /dev/null
+++ b/homebrew/libuninameslist/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+autoreconf -i
+automake
+end
+pkg:configure
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/libuninameslist/_metadata/description b/homebrew/libuninameslist/_metadata/description
new file mode 100644
index 000000000..60cf015e6
--- /dev/null
+++ b/homebrew/libuninameslist/_metadata/description
@@ -0,0 +1 @@
+Library of Unicode names and annotation data
diff --git a/homebrew/libuninameslist/_metadata/homepage b/homebrew/libuninameslist/_metadata/homepage
new file mode 100644
index 000000000..7163166b5
--- /dev/null
+++ b/homebrew/libuninameslist/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/fontforge/libuninameslist
diff --git a/homebrew/libuninameslist/_metadata/name b/homebrew/libuninameslist/_metadata/name
new file mode 100644
index 000000000..45e7a5ee2
--- /dev/null
+++ b/homebrew/libuninameslist/_metadata/name
@@ -0,0 +1 @@
+Libuninameslist
diff --git a/homebrew/libuninameslist/_metadata/version b/homebrew/libuninameslist/_metadata/version
new file mode 100644
index 000000000..8db54c9cc
--- /dev/null
+++ b/homebrew/libuninameslist/_metadata/version
@@ -0,0 +1 @@
+20190305
diff --git a/homebrew/libuninameslist/download.sh b/homebrew/libuninameslist/download.sh
new file mode 100755
index 000000000..5bff85f73
--- /dev/null
+++ b/homebrew/libuninameslist/download.sh
@@ -0,0 +1 @@
+wget https://github.com/fontforge/libuninameslist/releases/download/20190305/libuninameslist-dist-20190305.tar.gz \ No newline at end of file