aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mycroft-skill-pairing/APKBUILD
blob: 4c67009e0746806b3b986d4917e2973396acd143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skill-pairing
pkgver=20.02_git20200501
pkgrel=0
_commit="6e8afa98485dd6771ffa3b282e35cfe5098b223a"
pkgdesc="Mycroft AI official Pairing Skill - connect your Device to home.mycroft.ai"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
depends="python3"
source="https://github.com/mycroftai/skill-pairing/archive/$_commit/skills-pairing-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-pairing-$_commit"

package() {
	mkdir -p "$pkgdir"/usr/share/mycroft/skills/mycroft-pairing.mycroftai
	cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-pairing.mycroftai/
}

sha512sums="c9382e7ab9556420cb2dfe32f45e3452094b6f5ea0ddcd206b4483c76a8a33b723ffdecd63e8e235e68fd99ee7e2a61d0e965a2d22c4d06bdcb1060145317b21  skills-pairing-6e8afa98485dd6771ffa3b282e35cfe5098b223a.tar.gz"