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
0371a42e
Commit
0371a42e
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/capnproto: build with samurai
parent
8e080e9c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/capnproto/APKBUILD
+6
-7
6 additions, 7 deletions
community/capnproto/APKBUILD
with
6 additions
and
7 deletions
community/capnproto/APKBUILD
+
6
−
7
View file @
0371a42e
...
...
@@ -2,13 +2,13 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname
=
capnproto
pkgver
=
0.10.2
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Tools for working with the Cap'n Proto format"
url
=
"https://capnproto.org/"
arch
=
"all"
license
=
"MIT"
depends_dev
=
"libucontext-dev"
makedepends
=
"
$depends_dev
cmake linux-headers"
makedepends
=
"
$depends_dev
cmake linux-headers
samurai
"
subpackages
=
"
$pkgname
-dev"
source
=
"https://capnproto.org/
$pkgname
-c++-
$pkgver
.tar.gz
ucontext.patch"
...
...
@@ -19,12 +19,11 @@ case "$CARCH" in
esac
build
()
{
cmake
-B
build
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
.
-DCMAKE_BUILD_TYPE
=
None
cmake
--build
build
}
...
...
@@ -40,8 +39,8 @@ package() {
# See https://wiki.alpinelinux.org/wiki/APKBUILD_Reference#dev.28.29
dev
()
{
default_dev
mkdir
-p
"
$subpkgdir
"
/usr/bin
mv
"
$pkgdir
"
/usr/bin/
*
"
$subpkgdir
"
/
usr/bin
amove
usr/bin
}
sha512sums
=
"
...
...
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