Skip to content

Commit

Permalink
Merge pull request #12558 from developer-guy/fix/gpsd
Browse files Browse the repository at this point in the history
fix the python lib
  • Loading branch information
mamccorm authored Feb 6, 2024
2 parents d05acaa + 5ed0170 commit a67be2c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion gpsd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gpsd
version: "3.25"
epoch: 0
epoch: 1
description: GPS daemon
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -66,6 +66,9 @@ subpackages:
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/bin
mkdir -p "${{targets.subpkgdir}}"/usr/lib
mv "${{targets.destdir}}"/usr/local/lib/python* "${{targets.subpkgdir}}"/usr/lib/
rm -rf "${{targets.destdir}}"/usr/local
for n in gpscat gpsfake gpsprof; do
mv "${{targets.destdir}}"/usr/bin/$n "${{targets.subpkgdir}}"/usr/bin/
done
Expand All @@ -82,3 +85,12 @@ update:
enabled: true
release-monitor:
identifier: 6846

test:
environment:
contents:
packages:
- wolfi-base
pipeline:
- runs: |
gpsd --version

0 comments on commit a67be2c

Please sign in to comment.