# Template file for 'atom' pkgname=atom version=0.207.0 revision=1 nocross=yes nostrip=yes hostmakedepends="git nodejs pkg-config python-devel" 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=c26eed09042242cbb4c362a1ecf28ad4e6387b5baa79a62fddaf3ac837d6942a do_build() { script/build } do_install() { script/grunt install --install-dir ${DESTDIR}/usr sed -i "s|${DESTDIR}||g" ${DESTDIR}/usr/share/applications/atom.desktop # remove useless static libs find ${DESTDIR} -type f -name \*.a -delete }