blob: 692bed53f20775b642117efd8c3dec9c75585f5b (
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-spelling
pkgver=20.02_git20200225
pkgrel=0
_commit="b28e6ec1a02ae2cc173e2fc5fda64767735208ac"
pkgdesc="Mycroft AI spelling Skill"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
depends="python3"
source="https://github.com/mycroftai/skill-spelling/archive/$_commit/skills-spelling-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-spelling-$_commit"
package() {
mkdir -p "$pkgdir"/usr/share/mycroft/skills/mycroft-spelling.mycroftai
cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-spelling.mycroftai/
}
sha512sums="1cb3adb108eeed49c079dca2d84e41715974dab76889d7da24e7d13d2e29e4077eb3f8aebdee23fcdfd82312600b104c3415599bfdaa8b80831c300697f3a3f5 skills-spelling-b28e6ec1a02ae2cc173e2fc5fda64767735208ac.tar.gz"
|