~alpine/aports

testing/anki: new aport v1 SUPERSEDED

Frank Oltmanns: 1
 testing/anki: new aport

 1 files changed, 24 insertions(+), 0 deletions(-)
> maxice8 <thinkabit.ukim@gmail.com> hat am 26.12.2020 00:54 geschrieben:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3401/mbox | git am -3
Learn more about email & git

[PATCH] testing/anki: new aport Export this patch

https://apps.ankiweb.net/
flashcard program using spaced repetition
---
 testing/anki/APKBUILD | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 testing/anki/APKBUILD

diff --git a/testing/anki/APKBUILD b/testing/anki/APKBUILD
new file mode 100644
index 0000000000..f30278613d
--- /dev/null
+++ b/testing/anki/APKBUILD
@@ -0,0 +1,24 @@
# Contributor: Frank Oltmanns <alpine@oltmanns.dev>
# Maintainer: Frank Oltmanns <alpine@oltmanns.dev>
pkgname=anki
pkgver=2.1.15
pkgrel=0
pkgdesc="flashcard program using spaced repetition"
url="https://apps.ankiweb.net/"
arch="all"
license="AGPL-3.0-or-later"
options="!check" # no test suite provided
makedepends="bash xdg-utils perl"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ankitects/anki/archive/2.1.15.tar.gz"


build() {
	"$builddir"/tools/build_ui.sh
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}
sha512sums="5bad99d9bfa10782f1d5b69437f45ea8b44d7a65ac1defe1169379f6ce29727c05af896934169c5222b37a4c1b6f3e05b6d10a3a152cc32cfec432fdf2e19b79  anki-2.1.15.tar.gz"
-- 
2.29.2
Hello:

On Fri, 2020-12-25 at 20:28 +0000, Frank Oltmanns wrote: