Date: Friday, November 9, 2018 @ 21:17:44
  Author: felixonmars
Revision: 404589

archrelease: copy trunk to community-testing-any

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

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

Copied: esptool/repos/community-testing-any/PKGBUILD (from rev 404588, 
esptool/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2018-11-09 21:17:44 UTC (rev 404589)
@@ -0,0 +1,21 @@
+# 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.5.1
+pkgrel=1
+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=('python-pyserial')
+source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz";)
+sha512sums=('7e59f6890bd232d35bc794a9442d61aafa495f442cbbb1ce1968a2ab8c47d186d6dd190709546c99e4f813519eb76a4559fcb2f3de186d19e3b31fad2e1bcf11')
+
+package() {
+  cd "esptool-${pkgver}"
+  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
+}

Reply via email to