void-packages/srcpkgs/atom/template

26 lines
819 B
Bash
Raw Normal View History

2015-03-04 16:50:20 +01:00
# Template file for 'atom'
pkgname=atom
2015-09-18 11:53:48 +02:00
version=1.0.13
2015-04-24 23:07:07 +02:00
revision=1
2015-04-24 16:52:05 +02:00
nocross=yes
2015-04-24 23:01:46 +02:00
nostrip=yes
hostmakedepends="git nodejs pkg-config python-devel"
makedepends="python-devel GConf-devel libgnome-keyring-devel"
2015-03-04 16:50:20 +01:00
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"
2015-09-18 11:53:48 +02:00
checksum=13e29e10fcbdad3a1427959ec94246d564b7741a5bdf77d5839f7d25a8c131e7
broken="https://github.com/atom/atom/issues/8508 can't build with nodejs >= 4"
2015-03-04 16:50:20 +01:00
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
2015-03-04 16:50:20 +01:00
}