vp-build/srcpkgs/xournalpp/template

21 lines
770 B
Bash

# Template file for 'xournalpp'
pkgname=xournalpp
version=1.0.15
revision=1
build_style=cmake
hostmakedepends="pkg-config git texlive-bin"
makedepends="libxml2-devel libcppunit-devel poppler-glib-devel gtk+3-devel
portaudio-cpp-devel libsndfile-devel libzip-devel"
depends="texlive-bin"
short_desc="Handwriting Notetaking software with PDF annotation support"
maintainer="mobinmob <mobinmob@disroot.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/xournalpp/xournalpp"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=c4d035fe2a356318810f9757e079048935898a75c1ed38a1262eb6a0609d4c54
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel"
configure_args+=" -Dxournalpp_LDFLAGS=-lexecinfo";;
esac