blob: 8112b1b3c2bef20c3ac2cd26ae7ff0b89147979b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skill-volume
pkgver=20.02_git20200413
pkgrel=0
_commit="a5aaf928de334fa340a7126b81d93becaf99d724"
pkgdesc="Mycroft AI official Volume Skill - control the volume of your Device"
url="https://mycroft.ai/skills"
arch="noarch"
license="Apache-2.0"
depends="python3"
source="https://github.com/mycroftai/skill-volume/archive/$_commit/skills-volume-$_commit.tar.gz"
options="!check" # No tests
builddir="$srcdir/skill-volume-$_commit"
package() {
mkdir -p "$pkgdir"/usr/share/mycroft/skills/mycroft-volume.mycroftai
cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-volume.mycroftai/
}
sha512sums="83562ec5c8cff4603d8c8626fd087d3d4f2a894bfae906aabc9aeecb2e1e19789414ef8e1bac136477fa401c461417d7d2684b86dcccb6558c5f6e3580374503 skills-volume-a5aaf928de334fa340a7126b81d93becaf99d724.tar.gz"
|