Skip to content

Commit

Permalink
fixed names for mesa22 subpackages (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-h2o committed Jun 20, 2024
1 parent c335736 commit 19da844
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions mesa22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,14 @@ data:

subpackages:
- range: libs
name: mesa-${{range.key}}
description: mesa ${{range.key}}
name: mesa22-${{range.key}}
description: mesa22 ${{range.key}}
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/lib
mv ${{targets.destdir}}/usr/lib/${{range.value}}.so* ${{targets.subpkgdir}}/usr/lib
- name: mesa-dev
- name: mesa22-dev
pipeline:
- uses: split/dev
description: mesa dev

update:
enabled: true
release-monitor:
identifier: 1970

0 comments on commit 19da844

Please sign in to comment.