Created
February 18, 2015 03:12
-
-
Save prologic/39b8f2a328271305924a to your computer and use it in GitHub Desktop.
Pkgfile for a Makefile that mutate SRC
This file contains 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
# ... | |
name=foo | |
version=1.0 | |
source=(...) | |
build() { | |
OLD_SRC = $SRC | |
make | |
SRC = $OLD_SRC | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment