Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
b3357e75
Commit
b3357e75
authored
6 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
Remove flastbuffers, upstream PR got merged
parent
de067c86
No related branches found
No related tags found
No related merge requests found
Pipeline
#191415
failed
6 years ago
Stage: first
Stage: second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
temp/flatbuffers/APKBUILD
+0
-40
0 additions, 40 deletions
temp/flatbuffers/APKBUILD
with
0 additions
and
40 deletions
temp/flatbuffers/APKBUILD
deleted
100644 → 0
+
0
−
40
View file @
de067c86
# This copy of upstream also installs the flatc binary so it can be found by CMake packages
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
flatbuffers
pkgver
=
1.9.0
pkgrel
=
2
pkgdesc
=
"Memory Efficient Serialization Library"
url
=
"http://google.github.io/flatbuffers/"
arch
=
"all !s390x"
license
=
"Apache-2.0"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
cmake"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"flatbuffers-
$pkgver
.tar.gz::https://github.com/google/flatbuffers/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/flatbuffers-
$pkgver
"
build
()
{
mkdir
-p
"
$builddir
"
/build
cd
"
$builddir
"
/build
cmake ..
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DFLATBUFFERS_BUILD_SHAREDLIB
=
on
\
-DCMAKE_INSTALL_LIBDIR
=
lib
make
}
check
()
{
cd
"
$builddir
"
/build
make
test
}
package
()
{
cd
"
$builddir
"
/build
make
install
DESTDIR
=
"
$pkgdir
"
install
-Dm755
"
$builddir
"
/build/flatc
\
"
$pkgdir
"
/usr/bin/flatc
}
sha512sums
=
"0ba07dbe5b2fde1d0a6e14ee26ee2816062541d934eda204b846a30c019362f2626761b628c900293928b9b546dba8ca477c13182e022c3e0e0a142fd67f0696 flatbuffers-1.9.0.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