https://slc-mirror.opensuse.org/repositories/network%3A/jangouts/SLE_15/x86_64/jangouts-0.6.0-1.1.x86_64.rpm (this includes an apache2 setup for jangouts)
For 0.6.0 the closest I can get to what fedora/suse pkg contents is:
PKGBUILD package() cd "${srcdir}/jangouts-$pkgver" install -dm 755 "$pkgdir"/usr/share/$pkgname/static/{css,js,media} install -dm 755 "$pkgdir"/etc"/$pkgname" cp build/config.json.sample "$pkgdir/etc/$pkgname/config.json" cp -R build/* "$pkgdir/usr/share/$pkgname/" install -Dm644 {README,DEPLOYMENT,DEVELOPMENT,JANUS,TROUBLES}.md -t "$pkgdir/usr/share/doc/$pkgname/" install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
Pinned Comments
Martchus commented on 2018-12-24 14:13 (UTC)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff