Date: Thursday, November 12, 2020 @ 19:37:16
  Author: felixonmars
Revision: 753555

archrelease: copy trunk to community-staging-any

Added:
  esptool/repos/community-staging-any/
  esptool/repos/community-staging-any/PKGBUILD
    (from rev 753553, esptool/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: esptool/repos/community-staging-any/PKGBUILD (from rev 753553, 
esptool/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2020-11-12 19:37:16 UTC (rev 753555)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Contributor: Marcin (CTRL) Wieczorek <[email protected]>
+# Contributor: Marcin Kornat <[email protected]>
+# Contributor: MatejSpindler <[email protected]>
+
+pkgname=esptool
+pkgver=2.8
+pkgrel=3
+pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
+arch=('any')
+url="https://github.com/espressif/esptool";
+license=('GPL2')
+makedepends=('git' 'python-setuptools')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes')
+source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz";)
+sha512sums=('14528197e760779f3bf50e2a44d477979675dd42451fa405e2ae87502158b21f999fb94561980c9eb0634d2d1fd3729779b78266403de858ed1d32e8d29604cc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}

Reply via email to