# Template file for 'atom' pkgname=atom version=1.7.3 revision=1 nocross=yes nostrip=yes hostmakedepends="git pkg-config python-devel nodejs git-perl" makedepends="python-devel GConf-devel libgnome-keyring-devel" short_desc="Chrome-based text editor from Github" maintainer="Andrea Brancaleoni " license="MIT" homepage="https://atom.io" distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" checksum=5074b59ddaca5525eb48098dee6fe63013799cbc77749add314b9e1bc894b8f4 only_for_archs="i686 x86_64" do_build() { script/build } do_install() { script/grunt install --install-dir ${DESTDIR}/usr sed -i "s|${DESTDIR}||g" ${DESTDIR}/usr/share/applications/atom.desktop vlicense LICENSE.md # remove useless static libs find ${DESTDIR} -type f -name \*.a -delete }