[arch-commits] Commit in esptool/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:50:03 UTC 2021


    Date: Friday, December 3, 2021 @ 00:50:03
  Author: felixonmars
Revision: 1064089

archrelease: copy trunk to community-staging-any

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

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

Copied: esptool/repos/community-staging-any/PKGBUILD (from rev 1064088, esptool/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-03 00:50:03 UTC (rev 1064089)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
+# Contributor: Marcin Kornat <rarvolt+aur at gmail.com>
+# Contributor: MatejSpindler <spindler.matej at gmail.com>
+
+pkgname=esptool
+pkgver=3.2
+pkgrel=2
+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' 'python-pip')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 'python-reedsolo')
+source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz")
+sha512sums=('5e67b3a17190e051d7706ee2dbbe855488765a7bfed15b15f5a04022c3fbf19112905ba6a672c37b1bac5501d45d477cfff07c004cd83b2d1a111430992cefc1')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list