diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2020-05-03 15:05:28 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-09 20:05:23 +0000 |
| commit | 1c8be112b293210f0b949e301739bdd5afd7cd9f (patch) | |
| tree | 7021a8883687a6a4e64c1751e2dc5556ba03f564 /testing | |
| parent | ebf93b92b2186440e9c0d141d775a64fcf6e322c (diff) | |
| download | aports-1c8be112b293210f0b949e301739bdd5afd7cd9f.tar.bz2 aports-1c8be112b293210f0b949e301739bdd5afd7cd9f.tar.xz | |
testing/mycroft-skill-stock: new aport
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/mycroft-skill-stock/APKBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/mycroft-skill-stock/APKBUILD b/testing/mycroft-skill-stock/APKBUILD new file mode 100644 index 0000000000..dbf551ec2b --- /dev/null +++ b/testing/mycroft-skill-stock/APKBUILD @@ -0,0 +1,21 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=mycroft-skill-stock +pkgver=20.02_git20200428 +pkgrel=0 +_commit="b48a4982aa04a25ea33f7ad141c535551cf0888c" +pkgdesc="Mycroft AI official Stock Skill - providing current prices of stocks" +url="https://mycroft.ai/skills" +arch="noarch" +license="Apache-2.0" +depends="python3 py3-requests" +source="https://github.com/mycroftai/skill-stock/archive/$_commit/skills-stock-$_commit.tar.gz" +options="!check" # No tests +builddir="$srcdir/skill-stock-$_commit" + +package() { + mkdir -p "$pkgdir"/usr/share/mycroft/skills/mycroft-stock.mycroftai + cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-stock.mycroftai/ +} + +sha512sums="6bcab30269f7217a394c9ef1cb78367508d28c318371c819444c2712e0382a474aac3e9fda60ac670ebecdb17cd02c85bb86d928940f53304503b561db16a701 skills-stock-b48a4982aa04a25ea33f7ad141c535551cf0888c.tar.gz" |
