aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mycroft-skill-fallback-unknown/APKBUILD
blob: 899a8d4f9c4b83317082d8160984479fd2a77137 (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-fallback-unknown
pkgver=20.02_git20200409
pkgrel=0
_commit="76e805b937dc7bb01e9e11c03538cffd68da5d59"
pkgdesc="Mycroft AI official Unknown Fallback Skill - used if no Intent is matched to an Utterance"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
depends="python3"
source="https://github.com/mycroftai/fallback-unknown/archive/$_commit/fallback-unknown-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/fallback-unknown-$_commit"

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

sha512sums="54e36fadc5542d4e2515be4a3c5d37e28169acd4e92e0fdeaa98f8aa6c774842df66c5d41834b9951b7c6d6e394f9f496f244ff88d26868f79b1df2bc367d41e  fallback-unknown-76e805b937dc7bb01e9e11c03538cffd68da5d59.tar.gz"