aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mycroft-skill-weather/APKBUILD
blob: 37d1eee55487c7d5250e8ebea3ee5b7260a4502d (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
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skill-weather
pkgver=20.08_git20210111
pkgrel=0
_commit="6a508d540fbc7342935886cb5820a96884acc693"
pkgdesc="Mycroft AI official Weather Skill, providing weather conditions and forecasts"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
depends="
	py3-multi-key-dict
	py3-pyowm
	py3-requests
	python3
	"
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="5dc9933ddea323fe4b3888e0f8046c1cb218a5ea95e8a9106fb1f4199bf43ec3d041b11884fc4d6fd4618ae7bba6b4b6432940f303473ea1ddf30b40f096019d  skills-weather-6a508d540fbc7342935886cb5820a96884acc693.tar.gz"