forked from libretro/Lakka-LibreELEC
eeab3d92b4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
14 lines
611 B
Makefile
14 lines
611 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="Adafruit_Python_ADS1x15"
|
|
PKG_VERSION="a963cc0ee83e2ba6d671b02df5febf7250f626aa"
|
|
PKG_SHA256="2f81a9a6b7b7f46b79faa5b01df0c25fa5f16af80842d74e35b5fbf01ab0c619"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
|
|
PKG_URL="https://github.com/adafruit/${PKG_NAME}/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain Python3 distutilscross:host"
|
|
PKG_LONGDESC="Python code to use the ADS1015 and ADS1115 analog to digital converters with a Raspberry Pi."
|
|
PKG_TOOLCHAIN="manual"
|
|
|