2011-08-26 05:35:16 +08:00
|
|
|
pkgname=anki
|
2018-10-08 22:45:24 +08:00
|
|
|
pkgver=2.1.5
|
2014-04-13 02:04:19 +08:00
|
|
|
pkgrel=1
|
2018-10-08 22:45:24 +08:00
|
|
|
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) efficiently"
|
|
|
|
url="https://ankisrs.net/"
|
|
|
|
license=('AGPL3')
|
2012-11-12 04:59:59 +08:00
|
|
|
arch=('x86_64')
|
|
|
|
categories=('utils')
|
2018-10-08 22:45:24 +08:00
|
|
|
depends=('qt5-webengine' 'python3-beautifulsoup4' 'python3-pyaudio' 'python3-pyqt5' 'python3-requests'
|
|
|
|
'python3-send2trash' 'python3-decorator' 'python3-markdown' 'desktop-file-utils')
|
|
|
|
optdepends=('lame: record sound'
|
|
|
|
'mplayer: play sound')
|
|
|
|
source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-linux-amd64.tar.bz2
|
|
|
|
makefile-fix.patch)
|
|
|
|
sha256sums=('3ba7961dd009ef4e9f8d425481592ccd0629b358bdcec78c1305431645eeb1cf'
|
|
|
|
'4dd1c4c93fc50cfd6d0c52c4aae24bea23554840a3fd1b46dcb47305ee618668')
|
2012-11-12 04:59:59 +08:00
|
|
|
|
2015-04-30 04:26:54 +08:00
|
|
|
prepare() {
|
2018-10-08 22:45:24 +08:00
|
|
|
cd anki-$pkgver-linux-amd64
|
|
|
|
|
|
|
|
patch -p1 <"$srcdir"/makefile-fix.patch
|
2012-11-12 04:59:59 +08:00
|
|
|
}
|
2011-08-26 05:35:16 +08:00
|
|
|
|
|
|
|
package() {
|
2018-10-08 22:45:24 +08:00
|
|
|
cd anki-$pkgver-linux-amd64
|
2014-02-11 02:03:28 +08:00
|
|
|
|
2018-10-08 22:45:24 +08:00
|
|
|
make DESTDIR="$pkgdir" PREFIX=/usr install
|
2011-08-26 05:35:16 +08:00
|
|
|
}
|