Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
c30e7f73
Commit
c30e7f73
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
testing/anki: disable on riscv64
parent
1fc8dbb7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/anki/APKBUILD
+8
-3
8 additions, 3 deletions
testing/anki/APKBUILD
with
8 additions
and
3 deletions
testing/anki/APKBUILD
+
8
−
3
View file @
c30e7f73
...
...
@@ -5,14 +5,17 @@ pkgver=2.1.15
pkgrel
=
0
pkgdesc
=
"flashcard program using spaced repetition"
url
=
"https://apps.ankiweb.net/"
arch
=
"noarch !armhf !mips !mips64 !ppc64le !s390x"
# py3-qtwebengine unavailable for !archs
# armhf blocked by qt5-qtdeclarative -> py3-qtwebengine
# mips64, ppc64le and s390x are blocked by py3-qtwebengine
# riscv64 blocked by qt5-qtwebengine -> py3-qtwebengine
arch
=
"noarch !armhf !mips64 !ppc64le !s390x !riscv64"
license
=
"AGPL-3.0-or-later"
options
=
"!check"
# no test suite provided
makedepends
=
"bash xdg-utils perl"
depends
=
"py3-decorator py3-qt5 py3-qtwebengine py3-beautifulsoup4 py3-requests
py3-send2trash py3-pyaudio py3-markdown py3-jsonschema py3-distro"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::
https://github.com/ankitects/anki/archive/
2.1.15
.tar.gz"
source
=
"https://github.com/ankitects/anki/archive/
$pkgver
/anki-
$pkgver
.tar.gz"
build
()
{
...
...
@@ -22,4 +25,6 @@ build() {
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"5bad99d9bfa10782f1d5b69437f45ea8b44d7a65ac1defe1169379f6ce29727c05af896934169c5222b37a4c1b6f3e05b6d10a3a152cc32cfec432fdf2e19b79 anki-2.1.15.tar.gz"
sha512sums
=
"
5bad99d9bfa10782f1d5b69437f45ea8b44d7a65ac1defe1169379f6ce29727c05af896934169c5222b37a4c1b6f3e05b6d10a3a152cc32cfec432fdf2e19b79 anki-2.1.15.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment