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