Skip to content

Instantly share code, notes, and snippets.

@rmanly
Created September 14, 2016 16:00
Show Gist options
  • Save rmanly/a568c47bd02b0faaa4c794a2edf02ad1 to your computer and use it in GitHub Desktop.
Save rmanly/a568c47bd02b0faaa4c794a2edf02ad1 to your computer and use it in GitHub Desktop.
Makefile for grabbing font files-does not handle spaces-but apparently make doesn't do that well in general
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=missing_fonts
PACKAGE_VERSION=0.1
REVERSE_DOMAIN=org.glenbrook225.NA142
fonts=$(wildcard *tf)
PAYLOAD=$(foreach font,$(fonts),pack-Library-Fonts-$(font))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment