You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
426 B
14 lines
426 B
3 years ago
|
################################################################################
|
||
|
#
|
||
|
# slingshot
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
SLINGSHOT_VERSION = 6
|
||
|
SLINGSHOT_DIR = slingshot-$(SLINGSHOT_VERSION)
|
||
|
SLINGSHOT_SOURCE = slingshot-$(SLINGSHOT_VERSION).tar.gz
|
||
|
SLINGSHOT_SITE = $(call github,gvvaughan,slingshot,v$(SLINGSHOT_VERSION))
|
||
|
|
||
|
slingshot:
|
||
|
$(call DOWNLOAD,$($(PKG)_SOURCE))
|