New package: jep-4.1.1

This commit is contained in:
Andrew Benson 2023-10-05 07:23:31 -05:00 committed by Andrew Benson
parent 535e8828ab
commit 2a40c00e2c
1 changed files with 21 additions and 0 deletions

21
srcpkgs/jep/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'jep'
pkgname=jep
version=4.1.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools openjdk17"
makedepends="python3-devel openjdk17"
short_desc="Embed Python in Java"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Zlib"
homepage="https://github.com/ninia/jep"
changelog="https://github.com/ninia/jep/releases"
distfiles="https://github.com/ninia/jep/archive/v${version}.tar.gz"
checksum=1ce29fbb40a168fa0803f4e325a790421d85262a179f90754395487171dbbb89
export JAVA_HOME=/usr/lib/jvm/openjdk17
export LDFLAGS=-L${XBPS_CROSS_BASE}/usr/lib/jvm/openjdk17/lib/server
post_install() {
ln -sf jep.so ${DESTDIR}/${py3_sitelib}/jep/libjep.so
}