aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-01 20:44:09 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-09 20:05:22 +0000
commit0eac9f357cebfbbababcac37ebea2e5d5e61ef1d (patch)
tree3f5869c0a743700efbed4ddcb42a8329a713fa1b /testing
parent097aabc9ba75a8fc585e79a8219f50b0743f228d (diff)
downloadaports-0eac9f357cebfbbababcac37ebea2e5d5e61ef1d.tar.bz2
aports-0eac9f357cebfbbababcac37ebea2e5d5e61ef1d.tar.xz
testing/mycroft-skill-weather: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/mycroft-skill-weather/APKBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/mycroft-skill-weather/APKBUILD b/testing/mycroft-skill-weather/APKBUILD
new file mode 100644
index 0000000000..d01c72a457
--- /dev/null
+++ b/testing/mycroft-skill-weather/APKBUILD
@@ -0,0 +1,21 @@
+# Contributor: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
+pkgname=mycroft-skill-weather
+pkgver=20.02_git20200323
+pkgrel=0
+_commit="a48db3b87508fe7dd88ec7ac600ccf6d0bf22b43"
+pkgdesc="Mycroft AI official Weather Skill, providing weather conditions and forecasts"
+url="https://mycroft.ai/skills"
+arch="noarch"
+license="Apache-2.0"
+depends="python3 py3-multi-key-dict py3-pyowm py3-requests"
+source="https://github.com/mycroftai/skill-weather/archive/$_commit/skills-weather-$_commit.tar.gz"
+options="!check" # No tests
+builddir="$srcdir/skill-weather-$_commit"
+
+package() {
+ mkdir -p "$pkgdir"/usr/share/mycroft/skills/mycroft-weather.mycroftai
+ cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-weather.mycroftai/
+}
+
+sha512sums="51af8003a2838eeb399e6ed9afd0cd48ffe405b7f1d4af710550e069f0ebaee6397677281df137cdb8f2c81a1d3c4867fd9f06e510f89d232109f58cfa3f960d skills-weather-a48db3b87508fe7dd88ec7ac600ccf6d0bf22b43.tar.gz"