Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TBK
aports
Commits
acd107c9
Commit
acd107c9
authored
Dec 18, 2020
by
Alex Denes
🔧
Committed by
TBK
Dec 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/loki-network: new aport
parent
132aaafc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
testing/loki-network/APKBUILD
testing/loki-network/APKBUILD
+43
-0
No files found.
testing/loki-network/APKBUILD
0 → 100644
View file @
acd107c9
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname
=
loki-network
pkgver
=
0.8.2
pkgrel
=
0
pkgdesc
=
"Lokinet is an anonymous, decentralized and IP based overlay network for the internet."
url
=
"https://lokinet.org/"
arch
=
"all !ppc64le !s390x"
# Limited by loki-mq
license
=
"GPL-3.0-or-later"
makedepends
=
"cmake libuv-dev>=1.27.0 libsodium-dev>=1.0.18 unbound-dev sqlite-dev>=3 cppzmq nlohmann-json loki-mq-dev linux-headers"
source
=
"https://github.com/loki-project/loki-network/releases/download/v
$pkgver
/lokinet-v
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/lokinet-v
$pkgver
"
case
"
$CARCH
"
in
x86_64
)
# x86_64 has non-crucial tests failing
options
=
"
$options
!check"
;;
esac
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-S
.
-B
build/
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_BUILD_TYPE
=
None
\
-DBUILD_SHARED_LIBS
=
ON
\
-DSUBMODULE_CHECK
=
OFF
\
-DWITH_SETCAP
=
OFF
\
-DWITH_TESTS
=
ON
make
-C
build
}
check
()
{
make check
-C
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
install
-C
build
}
sha512sums
=
"0916e075cc05771cd0e4bb12c6f575daa544786c7890ca99091d8c28deac1c050c288b49039cc79164b6206f7fe374f64fa15e79f31986268ae69dfe25573d2e lokinet-v0.8.2.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment