f6ee0fff28
New download information for tovid plus hash file Signed-off-by: Steve Kenton <skenton@ou.edu> Reviewed-by: Ryan Barnett <ryanbarnett3@gmail.com> Tested-by: Ryan Barnett <ryanbarnett3@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
393 B
Makefile
14 lines
393 B
Makefile
################################################################################
|
|
#
|
|
# tovid
|
|
#
|
|
################################################################################
|
|
|
|
TOVID_VERSION = 0.35.0
|
|
TOVID_SITE = https://github.com/tovid-suite/tovid/releases/download/v$(TOVID_VERSION)
|
|
TOVID_LICENSE = GPLv2+
|
|
TOVID_LICENSE_FILES = COPYING
|
|
TOVID_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|