Skip to content

Instantly share code, notes, and snippets.

@prologic
Created February 18, 2015 03:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/39b8f2a328271305924a to your computer and use it in GitHub Desktop.
Save prologic/39b8f2a328271305924a to your computer and use it in GitHub Desktop.
Pkgfile for a Makefile that mutate SRC
# ...
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