void-packages/srcpkgs/anki/template
prspkt eb7e2823e2
anki: update to 2.1.6.
closes #5758
closes #5077

resolves #5053
2018-12-13 08:46:13 -02:00

22 lines
779 B
Bash

# Template file for 'anki'
pkgname=anki
version=2.1.6
revision=1
noarch=yes
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=104fc85f1a7efa4406ed53666279a3aa3303a811bdc3cb62ca1376b5132c4e50
pycompile_version="$py3_ver"
post_install() {
vlicense LICENSE
}