aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mycroft-skill-moviemaster/APKBUILD
blob: 97f9a27f05f03eaf50f9643d4ff6793d5bd4990a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mycroft-skill-moviemaster
pkgver=0.2.0
pkgrel=0
pkgdesc="Find information about movies, actors and production details"
url="https://github.com/builderjer/moviemaster"
arch="noarch"
license="GPL-3.0-only"
depends="py3-tmdbv3api"
source="https://github.com/builderjer/moviemaster/archive/v$pkgver/moviemaster-v$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/moviemaster-$pkgver"

package() {
	mkdir -p "$pkgdir"/usr/share/mycroft/skills/mycroft-email
	cp -r ./* "$pkgdir"/usr/share/mycroft/skills/mycroft-email/
}

sha512sums="98d3a1630ac896058a407a442eb57eb342d91e3f05b16816d2a74532dfa2d03a79a2223d9d3bd6456d5d4c81bb34d8eeaa5091614673588b486065b712f748ac  moviemaster-v0.2.0.tar.gz"