Commit 9679c59b authored by Rafaël Carré's avatar Rafaël Carré

contrib: add BGHUDAppKit (doesn't build)

parent d2a4a5af
# bghudappkit
BGHUDAPPKIT_GITURL := https://github.com/binarygod/BGHUDAppKit.git
ifdef HAVE_MACOSX
PKGS += bghudappkit
endif
$(TARBALLS)/bghudappkit-git.tar.xz:
$(call download_git,$(BGHUDAPPKIT_GITURL))
.sum-bghudappkit: bghudappkit-git.tar.xz
$(warning $@ not implemented)
touch $@
bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
$(UNPACK)
$(MOVE)
.bghudappkit: bghudappkit
cd $< && $(MAKE) && exit 1 #FIXME
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment