Files
horizon-packages/srcpkgs/librist/template
T
2026-08-01 15:29:58 +02:00

37 lines
887 B
Bash

# Template file for 'librist'
pkgname=librist
version=0.2.20
revision=1
build_style=meson
makedepends="mbedtls-devel"
short_desc="Reliable Internet Stream Transport (RIST)"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://code.videolan.org/rist/librist"
changelog="https://code.videolan.org/rist/librist/-/tags"
distfiles="https://code.videolan.org/rist/librist/-/archive/v${version}/librist-v${version}.tar.gz"
checksum=9e40eeb87f014790531ad41326cc271b930a65962e4b15231b301fc59b29fe31
make_check=ci-skip # tests are flaky
post_install() {
vlicense COPYING
}
rist-utils_package() {
short_desc+=" - utils"
pkg_install() {
vmove usr/bin
}
}
librist-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}