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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:17:45 UTC 2018


    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 <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=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"
+}



More information about the arch-commits mailing list