From e489edf3868994ac98a90b3fe28b3ebabb256cca Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 5 Aug 2024 19:07:01 -0400 Subject: [PATCH] New package: sentry-native-0.7.7 --- common/shlibs | 1 + srcpkgs/sentry-native-devel | 1 + srcpkgs/sentry-native/template | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 120000 srcpkgs/sentry-native-devel create mode 100644 srcpkgs/sentry-native/template diff --git a/common/shlibs b/common/shlibs index a5314955498..e80b071f048 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4527,3 +4527,4 @@ libbox2d.so.2 box2d-2.4.1_1 libhwy.so.1 highway-1.2.0_1 libscenefx.so.1 scenefx-0.1_1 libnng.so.1 nng-1.5.2_1 +libsentry.so sentry-native-0.7.7_1 diff --git a/srcpkgs/sentry-native-devel b/srcpkgs/sentry-native-devel new file mode 120000 index 00000000000..1a2e9f22f8d --- /dev/null +++ b/srcpkgs/sentry-native-devel @@ -0,0 +1 @@ +sentry-native \ No newline at end of file diff --git a/srcpkgs/sentry-native/template b/srcpkgs/sentry-native/template new file mode 100644 index 00000000000..324c8571805 --- /dev/null +++ b/srcpkgs/sentry-native/template @@ -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 " +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 + } +}