aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/mycroft-skills/APKBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/testing/mycroft-skills/APKBUILD b/testing/mycroft-skills/APKBUILD
new file mode 100644
index 0000000000..7567adc7fb
--- /dev/null
+++ b/testing/mycroft-skills/APKBUILD
@@ -0,0 +1,39 @@
+# Contributor: Bart Ribberse <bribbers@disroot.org>
+# Maintainer: Bart Ribberse <bribbers@disroot.org>
+pkgname=mycroft-skills
+pkgver=20.02
+pkgrel=0
+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"
+}