telegram: Initial version of telegram module.
This commit is contained in:
parent
b6e36c502e
commit
a32d739e40
2 changed files with 47 additions and 0 deletions
17
telegram/Makefile
Normal file
17
telegram/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
include $(CURDIR)/../Makefile.inc
|
||||
|
||||
VERSION = 0.9.2
|
||||
URL = https://updates.tdesktop.com/tlinux/tsetup.$(VERSION).tar.xz
|
||||
PACKAGE = tsetup.$(VERSION).tar.xz
|
||||
|
||||
all: manifest $(PACKAGES)/$(PACKAGE)
|
||||
|
||||
manifest: $(MANIFESTS)/telegram.pp
|
||||
|
||||
$(PACKAGES)/$(PACKAGE):
|
||||
@umask 022 ; echo $@ ; \
|
||||
curl -f -o $@ $(URL)
|
||||
|
||||
$(MANIFESTS)/telegram.pp: $(PACKAGES)/$(PACKAGE)
|
||||
@umask 022 ; echo $@ ; \
|
||||
echo '$$telegram_package_latest = "$(PACKAGE)"' > $@
|
Loading…
Add table
Add a link
Reference in a new issue