Created
March 9, 2016 16:34
-
-
Save Jaharmi/50951892c7bff21560bb to your computer and use it in GitHub Desktop.
A Luggage makefile that specifies a Title with spaces.
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=Title\ with\ Spaces | |
REVERSE_DOMAIN=com.pretendco | |
PACKAGE_ID=${REVERSE_DOMAIN}.titlewithoutspaces | |
PACKAGE_NAME=${TITLE} | |
PAYLOAD=\ | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment