void-packages/srcpkgs/atom/template
2015-08-14 06:50:22 +02:00

25 lines
739 B
Bash

# Template file for 'atom'
pkgname=atom
version=1.0.7
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=e7efb2df89379fe7f5092bdd40675c1f402fb80c7894b8c0d926e0690bfe4677
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
}