summaryrefslogtreecommitdiff
path: root/homebrew/ttfautohint/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ttfautohint/.beer')
-rw-r--r--homebrew/ttfautohint/.beer59
1 files changed, 59 insertions, 0 deletions
diff --git a/homebrew/ttfautohint/.beer b/homebrew/ttfautohint/.beer
new file mode 100644
index 000000000..bf0b62a37
--- /dev/null
+++ b/homebrew/ttfautohint/.beer
@@ -0,0 +1,59 @@
+{
+ "name": "Ttfautohint",
+ "description": "Auto-hinter for TrueType fonts",
+ "url": "https://downloads.sourceforge.net/project/freetype/ttfautohint/1.8.3/ttfautohint-1.8.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.freetype.org/ttfautohint/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "bison",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "freetype",
+ "build-depend": false
+ },
+ {
+ "depend": "harfbuzz",
+ "build-depend": false
+ },
+ {
+ "depend": "libpng",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./bootstrap\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--without-doc\",",
+ "\"--without-qt\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.8.3",
+ "file": "ttfautohint.rb"
+} \ No newline at end of file