[arch-commits] Commit in esptool/repos (community-any community-any/PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Oct 18 19:24:21 UTC 2016


    Date: Tuesday, October 18, 2016 @ 19:24:21
  Author: jelle
Revision: 192545

archrelease: copy trunk to community-any

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

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

Copied: esptool/repos/community-any/PKGBUILD (from rev 192544, esptool/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-10-18 19:24:21 UTC (rev 192545)
@@ -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=1.1
+pkgrel=2
+pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
+arch=('any')
+url="https://github.com/themadinventor/esptool"
+license=('GPL2')
+makedepends=('git')
+depends=('python2-pyserial')
+source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz")
+md5sums=('9e0c14ced8182adf33808e5a80d7b88e')
+
+prepare() {
+  cd "esptool-${pkgver}"
+  sed -i 's/python/python2/' esptool.py
+}
+
+package() {
+  cd "esptool-${pkgver}"
+  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
+}



More information about the arch-commits mailing list