summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d4e929c1964c18b0b34860037d692c379f9c600c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated by debtap
# Maintainer: csicar
# Contributor: csicar
pkgname=mos-bin
pkgver=2.19.0
pkgrel=2
pkgdesc="This package contains the Mongoose OS CLI tool."
arch=('x86_64' 'i686' 'arm64')
url="https://mongoose-os.com"
license=('GLPv2')
groups=('')
depends=('libftdi-compat' 'libusb>=1.0.16')
options=('!strip' '!emptydirs')
source_x86_64=("https://launchpad.net/~mongoose-os/+archive/ubuntu/mos/+files/mos_2.19.0+b8341b5~xenial0_amd64.deb")
source_i686=("https://launchpad.net/~mongoose-os/+archive/ubuntu/mos/+files/mos_2.19.0+b8341b5~xenial0_i386.deb")
source_arm64=("https://launchpad.net/~mongoose-os/+archive/ubuntu/mos/+files/mos_2.19.0+b8341b5~xenial0_arm64.deb")
sha512sums_x86_64=('765df04951381856fd2315608c01b7f7329d072b4df7706613653426b5eaf88f344ba537badffee6b3416ec14debfff6133a589441faf68307655c0246985492')
sha512sums_i686=('7b9674289b664ebe37f2a196fa8d0bb755e64a50adeeb48e2f45479ce3a8454a74970f53a54f87407054f94ebd798e88def74b322dff22eb324f127d9cc1dd27')
sha512sums_arm64=('1ecfbf1069784e1897e6607a5977ed1ea2361f8972de2a60d8d3c82911573abf9804c6bfd1114eda20328ff75b1bd8499767c2024fb08f4e663559828112b65d')

package(){

	# Extract package data
	tar xf data.tar.xz -C "${pkgdir}"
	

}