# Maintainer: Mikel Pintado # Contributor: Jiawen Geng pkgname=github-desktop pkgver=0.7.1_beta4 pkgrel=4 pkgdesc="GUI for managing Git and GitHub." arch=('x86_64') url="https://desktop.github.com" license=('MIT') install=github-desktop.install depends=('git' 'electron' 'nodejs') optdepends=('hub: CLI interface for GitHub.' ) makedepends=('libcurl-openssl-1.0') source=(https://github.com/gengjiawen/desktop/releases/download/v${pkgver//_/-}/desktop_${pkgver//_/-}_amd64.deb) md5sums=('2d232e9856d9f658ba33ebc533e3505c') prepare() { bsdtar -xJf data.tar.xz } package() { cp --preserve=mode -r {opt,usr} "${pkgdir}" find "${pkgdir}" -type d -exec chmod 755 {} + }