aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mycroft-skills/APKBUILD
blob: c3a9b9ff625c070f291c7990c4305f46ce41dcd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skills
pkgver=20.02
pkgrel=1
pkgdesc="Meta package for the official MyCroft Skills"
url="https://mycroft.ai"
arch="noarch"
license="GPL-3.0-or-later"
depends="mycroft-skill-stop
	mycroft-skill-volume
	mycroft-skill-version-checker
	mycroft-skill-naptime
	mycroft-skill-query
	mycroft-skill-fallback-duckduckgo
	mycroft-skill-fallback-wolfram-alpha
	mycroft-skill-speak
	mycroft-skill-alarm
	mycroft-skill-audio-record
	mycroft-skill-date-time
	mycroft-skill-ip
	mycroft-skill-joke
	mycroft-skill-npr-news
	mycroft-skill-personal
	mycroft-skill-reminder
	mycroft-skill-singing
	mycroft-skill-spelling
	mycroft-skill-stock
	mycroft-skill-support
	mycroft-skill-timer
	mycroft-skill-weather
	mycroft-skill-wiki
	mycroft-skill-version-checker
	"
options="!check" # No tests for a metapkg

package() {
	mkdir -p "$pkgdir"
}