diff options
author | Teddy Wing | 2018-11-15 17:18:47 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-15 17:18:47 +0100 |
commit | 30da9ca61f119c79d6fda5644421231cd1f57ea6 (patch) | |
tree | d98c1db43afcffe1e94b3169858310fbf92dd761 | |
parent | bed51f1550cff82e5a34adb88306ac32a194ebe1 (diff) | |
download | DomeKey-30da9ca61f119c79d6fda5644421231cd1f57ea6.tar.bz2 |
Makefile: Add target to build Homebrew formula
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -127,6 +127,15 @@ dist/dome-key-mappings.7: doc/dome-key-mappings.7 dist # Packaging +.PHONY: pkg +pkg: HomebrewFormula/dome-key.rb + +HomebrewFormula/dome-key.rb: pkg/dome-key.in.rb \ + pkg/com.teddywing.dome-key.plist \ + DomeKey/main.m \ + dome-key_$(VERSION).tar.bz2 + pkg/generate_homebrew_formula.py > $@ + .PHONY: tar tar: dome-key_$(VERSION).tar.bz2 |