summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a62e79aec4fb601b82ea74d4208b0ba681e9a69f (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.17.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.17.0+18c1939~xenial0_amd64.deb")
source_i686=("https://launchpad.net/~mongoose-os/+archive/ubuntu/mos/+files/mos_2.17.0+18c1939~xenial0_i386.deb")
source_arm64=("https://launchpad.net/~mongoose-os/+archive/ubuntu/mos/+files/mos_2.17.0+18c1939~xenial0_arm64.deb")
sha512sums_x86_64=('58c9f0f6efba909fee68631aecef4674abd0c014ab9c008f971305276d963c205a7d70990521e11ec2a56e8b27ce0e4edefb87ae0148d53bf95ce97c3e1b7ead')
sha512sums_i686=('e3e44ff3086f4bcca36eaba2f59274fa9952e9d9f44af7921b421d6ee4bc71717c9c719ef078cd42bbf27f4123c82df20ae515775837a7628abe52c72ae84ea9')
sha512sums_arm64=('c0f7b4e0ebd83c9636bf4e90559658ab61da9857a86dc3eac2f6b51a025227881abb17a9c02ca1a29920a597544f4586f594e7bcdfa7a52119d82d94a60f3a5a')

package(){

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

}