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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Adam Thiede
pmaports
Commits
b39d963a
Commit
b39d963a
authored
7 years ago
by
Tomas Safarik
Committed by
Bart Ribbers
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
package nanopb with protocol definitions for generator (#804)
parent
9fbfc408
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
android/nanopb/APKBUILD
+8
-0
8 additions, 0 deletions
android/nanopb/APKBUILD
with
8 additions
and
0 deletions
android/nanopb/APKBUILD
+
8
−
0
View file @
b39d963a
...
...
@@ -33,6 +33,14 @@ package() {
for
i
in
nanopb_generator.py protoc-gen-nanopb
;
do
install
-Dm755
"generator/
$i
"
"
$pkgdir
/usr/bin/
$i
"
done
# Protocol definitions for generator
make
-C
generator/proto
for
i
in
__init__.py nanopb_pb2.py plugin_pb2.py
;
do
echo
"installing
$i
"
install
-Dm755
"generator/proto/
$i
"
"
$pkgdir
/usr/lib/python2.7/proto/
$i
"
done
}
sha512sums
=
"1fa18d69ebfba2a58214beebd31fbbdd1edd71a19978754288adc09be6d5782feeb7bab2916448add2ab5bf7072d377101c7441b3e74619339dc545df3a73275 nanopb-0.3.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