22 lines
726 B
Bash
22 lines
726 B
Bash
# Template file for 'anki'
|
|
pkgname=anki
|
|
version=2.1.4
|
|
revision=3
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
pycompile_version="${py3_ver}"
|
|
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"
|
|
distfiles="https://apps.ankiweb.net/downloads/current/anki-${version}-source.tgz"
|
|
checksum=666886a36609ec605907da99a8373bc2d0a94704eefb14f60de0d6cf783bb701
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|