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
5f81bc5e
Commit
5f81bc5e
authored
1 year ago
by
Maarten van Gompel
Committed by
alice
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/colibri-core: upgrade to 2.5.9
parent
e6511bf6
No related branches found
No related tags found
1 merge request
!48464
colibri-core: upgrade to v2.5.9 and moved from testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/colibri-core/APKBUILD
+7
-5
7 additions, 5 deletions
testing/colibri-core/APKBUILD
with
7 additions
and
5 deletions
testing/colibri-core/APKBUILD
+
7
−
5
View file @
5f81bc5e
# Contributor: Maarten van Gompel <proycon@anaproy.nl>
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
pkgname
=
colibri-core
pkgver
=
2.5.
5
pkgver
=
2.5.
9
pkgrel
=
0
pkgdesc
=
"NLP tool and C++ library to quickly and efficiently count and extract patterns from large corpus data"
arch
=
"all !x86 !armv7 !armhf"
#only 64-bit architectures are supported
arch
=
"all
!s390x
!x86 !armv7 !armhf"
#only 64-bit architectures are supported
options
=
"!check"
url
=
"https://proycon.github.io/colibri-core"
license
=
"GPL-3.0-only"
makedepends
=
"libtool bzip2-dev autoconf automake autoconf-archive"
subpackages
=
"
$pkgname
-dev
$pkgname
-libs
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/proycon/
$pkgnam
e
/archive/refs/tags/v
$pkgver
.tar.gz"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/proycon/
colibri-cor
e/archive/refs/tags/v
$pkgver
.tar.gz"
build
()
{
sh ./bootstrap
...
...
@@ -27,4 +27,6 @@ package() {
make
DESTDIR
=
$pkgdir
install
}
sha512sums
=
"c19e23e9a9d94afd7180256cfc588d709e18ddb30782bcedbf56d5f558a2e4d16be8599578ab31cc0331bef0838b819b2135104fb90963f8654eb7304860fa07 colibri-core-2.5.5.tar.gz"
sha512sums
=
"
43cb078c5db760372f9229ee2d212cf5d1c3df10a5e8803f29041ceb962280f3f0991bf91a89fc24d085d3370bd62758b7028cb6607e4df7a066a224b0242e03 colibri-core-2.5.9.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