Skip to content

Instantly share code, notes, and snippets.

@Jaharmi
Created March 9, 2016 16:34
Show Gist options
  • Save Jaharmi/50951892c7bff21560bb to your computer and use it in GitHub Desktop.
Save Jaharmi/50951892c7bff21560bb to your computer and use it in GitHub Desktop.
A Luggage makefile that specifies a Title with spaces.
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