summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2021-04-07 18:26:15 +0800
committertaotieren2021-04-07 18:26:15 +0800
commit8a8020b13bd211c667f7bf75e2a64329e6c61100 (patch)
tree93d855e080a35284d67f42a4193451d70849b1e7 /PKGBUILD
downloadaur-8a8020b13bd211c667f7bf75e2a64329e6c61100.tar.gz
Update fireTools v1.0.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5a161aa19fe3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Generated by debtap
+# Maintainer: taotieren <admin@taotieren.com>
+
+pkgname=fire-tool
+pkgver=1.0.1.5
+pkgrel=1
+pkgdesc="Embedfire Tool support Serial communication, TCP/UDP communication, camera and PID debuggingVisit https://www.embedfire.com for more information."
+arch=('x86_64')
+url="https://www.embedfire.com"
+license=('MIT')
+groups=('')
+options=('!strip' '!emptydirs')
+install=${pkgname}.install
+source_x86_64=("https://cloud.embedfire.com/software/FireTools/fireTools.deb")
+sha512sums_x86_64=('b6ea80999c5f440aa7b080b4fb535d446a1150f7fd538658921a2112e1d3e4a5ccb363dc4e20ca58ceb6784db337add10312f217b177ada93a383948e6b232a6')
+
+package(){
+
+ # Extract package data
+ tar xf data.tar.xz -C "${pkgdir}"
+
+}