SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
38
devel/arduino-esp32/Makefile
Normal file
38
devel/arduino-esp32/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
COMMENT = esp32 arduino core toolset
|
||||
V = 2.0.4
|
||||
DISTNAME = esp32-${V}
|
||||
PKGNAME = arduino-${DISTNAME}
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Tracey Emery <tracey@openbsd.org>
|
||||
|
||||
#LGPLv2.1, MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = https://github.com/espressif/arduino-esp32/releases/download/${V}/
|
||||
EXTRACT_SUFX = .zip
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
RUN_DEPENDS += devel/arduino \
|
||||
devel/py-esptool${MODPY_FLAVOR} \
|
||||
devel/mkspiffs \
|
||||
devel/xtensa-esp32-elf/gcc
|
||||
|
||||
INSTALLDIR = ${PREFIX}/share/arduino/hardware/espressif/esp32
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
post-patch:
|
||||
${SUBST_CMD} ${WRKDIST}/platform.txt
|
||||
|
||||
do-build:
|
||||
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py ${WRKSRC}/tools
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${INSTALLDIR}
|
||||
@cp -r ${WRKDIST}/* ${INSTALLDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/arduino-esp32/distinfo
Normal file
2
devel/arduino-esp32/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (esp32-2.0.4.zip) = gyYJ1vTNDt9ORx8C4wt/DhyG/dG5UJkO9AQx5lYjchQ=
|
||||
SIZE (esp32-2.0.4.zip) = 259715595
|
65
devel/arduino-esp32/patches/patch-platform_txt
Normal file
65
devel/arduino-esp32/patches/patch-platform_txt
Normal file
File diff suppressed because one or more lines are too long
6
devel/arduino-esp32/pkg/DESCR
Normal file
6
devel/arduino-esp32/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Framework to program Espressif ESP32 chipsets via the Arduino environment.
|
||||
|
||||
Before using this arduino-core, the makeesparduino package must be installed
|
||||
to compile your sketches.
|
||||
|
||||
If you haven't already, please use pkg_add to install makeesparduino.
|
12475
devel/arduino-esp32/pkg/PLIST
Normal file
12475
devel/arduino-esp32/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue