# Contributor: Bart Ribbers # Maintainer: Bart Ribbers 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"