void-packages/srcpkgs/anki/template
2019-05-01 22:33:10 +02:00

23 lines
783 B
Bash

# Template file for 'anki'
pkgname=anki
version=2.1.12
revision=1
archs=noarch
build_style=gnu-makefile
pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt"
depends="python3-PyQt5-webengine python3-requests python3-SQLAlchemy
python3-PyAudio python3-mpv python3-Markdown python3-send2trash
python3-BeautifulSoup4 python3-decorator"
short_desc="Spaced repetition flashcard program"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="AGPL-3.0-or-later"
homepage="https://apps.ankiweb.net"
changelog="https://apps.ankiweb.net/docs/changes.html"
distfiles="https://apps.ankiweb.net/downloads/current/anki-${version}-source.tgz"
checksum=be5284921cd6929a5451cd982736d9f952274d91b2da91c592f223390a008611
pycompile_version="$py3_ver"
post_install() {
vlicense LICENSE
}