aboutsummaryrefslogtreecommitdiffstats
path: root/community/mycroft-skill-pairing/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mycroft-skill-pairing/APKBUILD')
-rw-r--r--community/mycroft-skill-pairing/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/mycroft-skill-pairing/APKBUILD b/community/mycroft-skill-pairing/APKBUILD
deleted file mode 100644
index f1a6d68bdfd..00000000000
--- a/community/mycroft-skill-pairing/APKBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=mycroft-skill-pairing
-pkgver=20.08_git20200819
-pkgrel=0
-_commit="bcf0908bb3b35014fcfa104f29792b7fa2a9d2f8"
-pkgdesc="Mycroft AI official Pairing Skill - connect your Device to home.mycroft.ai"
-url="https://mycroft.ai/skills"
-arch="noarch"
-license="Apache-2.0"
-depends="python3"
-source="https://github.com/mycroftai/skill-pairing/archive/$_commit/skills-pairing-$_commit.tar.gz"
-options="!check" # No tests
-builddir="$srcdir/skill-pairing-$_commit"
-
-package() {
- mkdir -p "$pkgdir"/usr/share/mycroft/skills/mycroft-pairing.mycroftai
- cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-pairing.mycroftai/
-}
-
-sha512sums="e0d0912faf44f87d05f04092ba4b95e50dd56a9253dc703d033a35305bcd1483b91b2a7a33bdf5e8305d6dc3fc6bd9c5c58a386966ded7ae63f6f9d4a2f879fb skills-pairing-bcf0908bb3b35014fcfa104f29792b7fa2a9d2f8.tar.gz"