# Maintainer: Celogeek _basename=jicofo _tag=861 _version=1.0+861 pkgname=${_basename}-nightly pkgver=${_version} pkgrel=1 pkgdesc="JItsi Meet COnference FOcus nightly build" arch=('any') url="https://jitsi.org/jitsi-meet/" license=('Apache') depends=("java-runtime" "bash") optdepends=("prosody") makedepends=( "java-environment" "unzip" "maven" ) options=('!strip') backup=( "etc/${pkgname}/config" "etc/${pkgname}/logging.properties" "etc/${pkgname}/sip-communicator.properties" "etc/${pkgname}/jicofo.conf" ) source=( "$pkgname::git+https://github.com/jitsi/jicofo#tag=${_tag}" "config" "sip-communicator.properties" "service" "sysusers.conf" "tmpfiles.conf" ) install=install build() { cd "$pkgname" mvn clean mvn package -DskipTests -Dassembly.skipAssembly=true mvn dependency:copy-dependencies -DincludeScope=runtime } package() { cd "$srcdir/$pkgname" DESTDIR="${pkgdir}/usr/lib/${pkgname}" CONFDIR="${pkgdir}/etc/${pkgname}" install -Dm644 -t "${DESTDIR}/lib" target/dependency/* install -Dm644 target/jicofo*.jar "${DESTDIR}/jicofo.jar" install -dm700 "${CONFDIR}" install -Dm600 -t "${CONFDIR}" "lib/logging.properties" install -Dm600 "src/main/resources/reference.conf" "${CONFDIR}/jicofo.conf" install -Dm755 -t "${DESTDIR}" "resources/jicofo.sh" sed -i 's@/var/log/jitsi@/var/log/'${pkgname}'@' "${CONFDIR}/logging.properties" cd "$srcdir" install -Dm600 -t "${CONFDIR}" "config" "sip-communicator.properties" install -Dm644 "service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service" install -Dm644 "sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/$pkgname.conf" install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/$pkgname.conf" } sha256sums=('SKIP' '63fa0d23ce6b2ef388832419a3eda0d172f5869e1845ad25d5874bf5607981b6' 'f295f5f8ee13edd019defc037c60e04c6ea2d30e69cc4a896c010b8570f5efab' '8de1e1ac3b20795a69e5932f52108e187769cc6e2c19833b4baf55518c3b9933' '0681e97ca1e06d8ea7bdec0a874c6fc7a6ea84628923005130cd444547a1b440' 'a8e5ff30f3737da564f61e7d00cc6e0a8b243da54aa02f94095deaa2f4cceb66')