Files
go-i2pcontrol/Makefile

21 lines
459 B
Makefile
Raw Normal View History

2020-01-09 20:13:36 -05:00
USER_GH=eyedeekay
2022-12-28 05:15:01 +00:00
VERSION=0.1.4
2020-01-09 20:13:36 -05:00
packagename=go-i2pcontrol
echo:
@echo "type make version to do release $(VERSION)"
version:
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "version $(VERSION)"
del:
gothub delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION)
tar:
tar --exclude .git \
--exclude .go \
--exclude bin \
--exclude examples \
-cJvf ../$(packagename)_$(VERSION).orig.tar.xz .