Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion libhyper.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libhyper
version: 0.14.27
epoch: 0
epoch: 1
description: "An HTTP library for Rust"
copyright:
- license: MIT
Expand Down Expand Up @@ -35,6 +35,14 @@ pipeline:
ln -s libhyper.so.${{package.version}} ${{targets.destdir}}/usr/lib/libhyper.so.0
ln -s libhyper.so.0 ${{targets.destdir}}/usr/lib/libhyper.so

subpackages:
- name: "libhyper-dev"
description: "headers for libhyper"
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/include
mv capi/include/hyper.h ${{targets.subpkgdir}}/usr/include

update:
enabled: true
github:
Expand Down