summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5a161aa19fe32b4580f8d73b87ed140c46861507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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}"

}