desktop/anki/PKGBUILD
2018-12-14 01:23:47 +01:00

22 lines
755 B
Bash

pkgname=anki
pkgver=2.1.6
pkgrel=1
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
url="https://ankisrs.net/"
license=('AGPL3')
arch=('any')
categories=('utils')
depends=('qt5-webengine' 'python3-beautifulsoup4' 'python3-pyaudio' 'python3-pyqt5' 'python3-requests'
'python3-send2trash' 'python3-decorator' 'python3-markdown' 'desktop-file-utils')
optdepends=('lame: record sound'
'mpv: play sound (prefered over mplayer)'
'mplayer: play sound')
source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
sha256sums=('104fc85f1a7efa4406ed53666279a3aa3303a811bdc3cb62ca1376b5132c4e50')
package() {
cd anki-$pkgver
make DESTDIR="$pkgdir" PREFIX=/usr install
}