mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+librist (#112)
This commit is contained in:
parent
6f08577acc
commit
e64d38afbe
1 changed files with 30 additions and 0 deletions
30
projects/code.videolan.org/rist/librist/package.yml
Normal file
30
projects/code.videolan.org/rist/librist/package.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
distributable:
|
||||
url: https://code.videolan.org/rist/librist/-/archive/v{{version}}/librist-v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
- 0.2.7
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
mesonbuild.com: ^0.47
|
||||
ninja-build.org: 1
|
||||
working-directory:
|
||||
build
|
||||
script: |
|
||||
meson .. --prefix={{prefix}} --libdir={{prefix}}/lib --buildtype=release
|
||||
ninja -v
|
||||
ninja install
|
||||
env:
|
||||
CC: clang
|
||||
|
||||
test:
|
||||
script: |
|
||||
ristsrppasswd test test
|
||||
|
||||
provides:
|
||||
- bin/rist2rist
|
||||
- bin/ristreceiver
|
||||
- bin/ristsender
|
||||
- bin/ristsrppasswd
|
Loading…
Reference in a new issue