123456789101112131415161718192021222324 |
- # Template file for 'onlyoffice'
- pkgname=onlyoffice
- version=8.3.3
- revision=1
- only_for_archs="x86_64"
- hostmakedepends="tar xz"
- short_desc="An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents"
- maintainer="Naz <[email protected]>"
- license="AGPL-3.0-only"
- homepage="https://www.onlyoffice.com/"
- distfiles="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb"
- checksum=12e50f6dafdb56030ea94631b7ec7c8f0b5163d47d6938cea38facaf6822a13c
- nostrip=yes
- do_extract() {
- mkdir -p ${DESTDIR}
- ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/onlyoffice-desktopeditors_amd64.deb
- tar xf data.tar.xz -C ${DESTDIR}
- }
- do_install() {
- # Cleanup up
- rm -rf ${DESTDIR}/etc
- }
|