void-packages/srcpkgs/atom/template
2015-06-18 11:17:13 +02:00

25 lines
741 B
Bash

# Template file for 'atom'
pkgname=atom
version=0.210.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 <miwaxe@gmail.com>"
license="MIT"
homepage="https://atom.io"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum=d428e4093e8b3957206e35d03799aa95fb96a6d76e02d1f771d71a6051e561b1
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
}