mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 20:06:18 +00:00
eeab3d92b4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
13 lines
597 B
Makefile
13 lines
597 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="Adafruit_Python_MCP4725"
|
|
PKG_VERSION="4d028bbcf58b011a8f14c5d95057b7e1dcc1064e"
|
|
PKG_SHA256="6ebbd1f76807b01dc2b723064e52b0c82fc45388265b8ec867e0a42a46a6e926"
|
|
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 MCP4725 digital to analog converter with a Raspberry Pi."
|
|
PKG_TOOLCHAIN="manual"
|