diff options
author | Rob Austein <sra@hactrn.net> | 2016-12-14 19:38:13 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-12-14 19:38:13 -0500 |
commit | 17296538b3ac6a1c060591dac25a29aeb2ed556f (patch) | |
tree | 3dc6c23726f8888708f9385c53928aee5bb5c6e2 /Makefile | |
parent | 0da2ab129889b05fdd099b29b424c305f25dad4e (diff) | |
parent | ec2c2aca3eb5c61f24c697c671cf25053653fc6d (diff) |
Merge branch 'master' into ksng.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -119,7 +119,8 @@ homebrew: umask ${REPO_UMASK}; \ git clone ${REPO_BASE}/brew/tap tap; \ cd tap; \ - ../scripts/build-homebrew-formula.py ${REPO_BASE}/brew/tarballs/${PACKAGE_NAME}_${PACKAGE_VERSION}.tar.xz ${PACKAGE_VERSION} ${PACKAGE_NAME}.rb ${PACKAGE_CONFLICT}; \ + ../scripts/build-homebrew-formula.py --tarball ${REPO_BASE}/brew/tarballs/${PACKAGE_NAME}_${PACKAGE_VERSION}.tar.xz --formula ${PACKAGE_NAME}.rb \ + --package ${PACKAGE_NAME} --version ${PACKAGE_VERSION} --conflicts ${PACKAGE_CONFLICT}; \ git add ${PACKAGE_NAME}.rb; \ git commit -S${GPG_KEYID} --author='${GPG_USER}' -m '${PACKAGE_NAME} ${PACKAGE_VERSION}'; \ git push |