# Maintainer Danny Arnold # Contributor: Andre Miranda # Contributor: Tom Bu # Contributor: John Reese # Contributor: Jordan J Klassen # Upstream URL: https://github.com/atom/atom pkgname=atom-editor-bin pkgver=1.2.4 pkgrel=1 pkgdesc="Chrome-based text editor from Github - Precompiled binary from official repository" arch=('x86_64') url="https://github.com/atom/atom" license=('MIT') options=(!strip) depends=('git' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'python2' 'gvfs' 'xdg-utils' 'desktop-file-utils') conflicts=('atom-editor' 'atom-editor-git' 'atom-editor-git-tagged') install=$pkgname.install md5sums=('0551b93014dca275a952b4de2e24ece3' 'dbb685607dea46517de0a27e24085bf4') source=("atom-amd64-v${pkgver}.deb::https://github.com/atom/atom/releases/download/v${pkgver}/atom-amd64.deb" atom-python.patch) package() { bsdtar xf data.tar.gz patch -p1 < "${srcdir}"/atom-python.patch chmod -R g-w usr mv usr "${pkgdir}" }