mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: sentry-native-0.7.7
This commit is contained in:
parent
dde16d2075
commit
e489edf386
3 changed files with 30 additions and 0 deletions
|
@ -4527,3 +4527,4 @@ libbox2d.so.2 box2d-2.4.1_1
|
||||||
libhwy.so.1 highway-1.2.0_1
|
libhwy.so.1 highway-1.2.0_1
|
||||||
libscenefx.so.1 scenefx-0.1_1
|
libscenefx.so.1 scenefx-0.1_1
|
||||||
libnng.so.1 nng-1.5.2_1
|
libnng.so.1 nng-1.5.2_1
|
||||||
|
libsentry.so sentry-native-0.7.7_1
|
||||||
|
|
1
srcpkgs/sentry-native-devel
Symbolic link
1
srcpkgs/sentry-native-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
sentry-native
|
28
srcpkgs/sentry-native/template
Normal file
28
srcpkgs/sentry-native/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'sentry-native'
|
||||||
|
pkgname=sentry-native
|
||||||
|
version=0.7.7
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DSENTRY_BACKEND=inproc -DSENTRY_TRANSPORT=none"
|
||||||
|
short_desc="Sentry SDK for C, C++ and native applications"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/getsentry/sentry-native"
|
||||||
|
changelog="https://github.com/getsentry/sentry-native/raw/master/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/getsentry/sentry-native/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum="3b785c3794867450a54c45eb9d22ab6fb5e49b6eb8abde27660ab2741b846d6a"
|
||||||
|
# XXX: various minor failures
|
||||||
|
make_check=no
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
sentry-native-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue