# Maintainer: m4dz pkgname=gitbook-editor pkgver=7.0.12 pkgrel=1 pkgdesc="Gitbook Editor - Write and publish books" arch=('i686' 'x86_64') url="https://www.gitbook.com/editor/linux" license=('custom') depends=('gconf') source_x86_64=("gitbook-editor-${pkgver}-linux-x64.deb::http://downloads.editor.gitbook.com/download/version/${pkgver}/linux-x64") source_i686=("gitbook-editor-${pkgver}-linux-ia32.deb::http://downloads.editor.gitbook.com/download/version/${pkgver}/linux-ia32") md5sums_i686=('7062f2853d7e36d8cb6b0d4937892588') md5sums_x86_64=('e3943b8216ab262f4101b6be9b64ea26') prepare() { bsdtar -xJf data.tar.xz } package() { cp --preserve=mode -r {opt,usr} "${pkgdir}" find "${pkgdir}" -type d -exec chmod 755 {} + install -dm755 ${pkgdir}/usr/share/licenses/${pkgname} mv ${pkgdir}/opt/gitbook-editor/LICENSE ${pkgdir}/usr/share/licenses/${pkgname} }