Created
September 14, 2016 16:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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