diff options
| -rw-r--r-- | testing/mycroft-skill-stop/APKBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/mycroft-skill-stop/APKBUILD b/testing/mycroft-skill-stop/APKBUILD new file mode 100644 index 0000000000..2c3634f614 --- /dev/null +++ b/testing/mycroft-skill-stop/APKBUILD @@ -0,0 +1,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" |
