aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mycroft-skill-wiki/APKBUILD
blob: 75a64f9c7eee740a7b4dbd5c3c5914821a57c1b5 (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-wiki
pkgver=20.08_git20200814
pkgrel=0
_commit="12d5833e7d98eccccbafd5037cda09c0a879ae68"
pkgdesc="Query Wikipedia articles"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-wikipedia"
source="https://github.com/mycroftai/skill-wiki/archive/$_commit/skills-wiki-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-wiki-$_commit"

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

sha512sums="b0aecdaf3c427ab1eed68614da36ee6c0319e1709a6d98a0a827b055032d9efa6efa778f736d3398c96627a87a6dd1afefd45c1f029b432f805f0510087a424c  skills-wiki-12d5833e7d98eccccbafd5037cda09c0a879ae68.tar.gz"