mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
anki: update to 2.0.50.
Add vlicense to appease xlint Closes #14428. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
c1185648f8
commit
fd0c6ee2b6
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'anki'
|
# Template file for 'anki'
|
||||||
pkgname=anki
|
pkgname=anki
|
||||||
version=2.0.47
|
version=2.0.50
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python-PyQt4-webkit python-httplib2 python-SQLAlchemy"
|
depends="python-PyQt4-webkit python-httplib2 python-SQLAlchemy"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="AGPL-3"
|
license="AGPL-3"
|
||||||
homepage="http://ankisrs.net"
|
homepage="http://ankisrs.net"
|
||||||
distfiles="http://ankisrs.net/downloads/current/${pkgname}-${version}-source.tgz"
|
distfiles="http://ankisrs.net/downloads/current/${pkgname}-${version}-source.tgz"
|
||||||
checksum=fbb5356d642a94a2cb2fb7f949e6db7c8acbe322f38a18c0603ff88f5bd4eb18
|
checksum=37b2c601762ea8bfc7b9fc3e3067b82b0ad48c27b58076f6fd636f52930b1816
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/anki
|
vmkdir usr/share/anki
|
||||||
|
@ -31,4 +31,6 @@ do_install() {
|
||||||
vinstall anki.desktop 644 usr/share/applications
|
vinstall anki.desktop 644 usr/share/applications
|
||||||
vbin runanki anki
|
vbin runanki anki
|
||||||
vman anki.1
|
vman anki.1
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue