aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mycroft-skill-stop/APKBUILD
blob: 2c3634f61488f4d65ed65697e0a15c09b17acdd4 (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-stop
pkgver=20.02_git20200226
pkgrel=0
_commit="e6872b66e264c597ad921b5a358fded5821d265c"
pkgdesc="Mycroft AI official Stop Skill - stop the actions of a Skill that are in progress"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
depends="python3"
source="https://github.com/mycroftai/skill-stop/archive/$_commit/skills-stop-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-stop-$_commit"

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

sha512sums="3d55db1b0c7573e04035d7c83a871566a795a8f417655f449cc5b3c332be65eee6ec08665cc8018d6edc83cf995afd9247a7807337ae1356979450ebff890b24  skills-stop-e6872b66e264c597ad921b5a358fded5821d265c.tar.gz"