aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-01 21:33:14 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-09 20:05:22 +0000
commitacd0f69d98e4b7ab9aa3f0cb2bee663b4bd12a7c (patch)
tree48eb3579e95d54dda4ea5ded4e4ca2021f3976f6 /testing
parent3388ab97967f2556df39d44b3175135100604132 (diff)
downloadaports-acd0f69d98e4b7ab9aa3f0cb2bee663b4bd12a7c.tar.bz2
aports-acd0f69d98e4b7ab9aa3f0cb2bee663b4bd12a7c.tar.xz
testing/mycroft-skill-audio-record: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/mycroft-skill-audio-record/APKBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/mycroft-skill-audio-record/APKBUILD b/testing/mycroft-skill-audio-record/APKBUILD
new file mode 100644
index 0000000000..da23e997b6
--- /dev/null
+++ b/testing/mycroft-skill-audio-record/APKBUILD
@@ -0,0 +1,21 @@
+# Contributor: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
+pkgname=mycroft-skill-audio-record
+pkgver=20.02_git20200326
+pkgrel=0
+_commit="7a0b4af7dc2c813ccbcdcdabff0ea18bd9e90169"
+pkgdesc="Mycroft AI official Audio Record Skill - record audio and play it back"
+url="https://mycroft.ai/skills"
+arch="noarch"
+license="Apache-2.0"
+depends="python3 py3-psutil"
+source="https://github.com/mycroftai/skill-audio-record/archive/$_commit/skills-audio-record-$_commit.tar.gz"
+options="!check" # No tests
+builddir="$srcdir/skill-audio-record-$_commit"
+
+package() {
+ mkdir -p "$pkgdir"/usr/share/mycroft/skills/mycroft-audio-record.mycroftai
+ cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-audio-record.mycroftai/
+}
+
+sha512sums="5785a5c3b6787ab6511f4791cf0fd288c04b3a38d0dcb83412f418e6b7039692bdd28c57c6615cd7b43f3b960991cdb9744d94e8b46bc754cc2d1d55e308823c skills-audio-record-7a0b4af7dc2c813ccbcdcdabff0ea18bd9e90169.tar.gz"