void-packages/srcpkgs/atom/template

25 lines
739 B
Bash
Raw Normal View History

2015-03-04 15:50:20 +00:00
# Template file for 'atom'
pkgname=atom
2015-07-09 11:49:32 +00:00
version=1.0.2
2015-04-24 21:07:07 +00:00
revision=1
2015-04-24 14:52:05 +00:00
nocross=yes
2015-04-24 21:01:46 +00:00
nostrip=yes
hostmakedepends="git nodejs pkg-config python-devel"
makedepends="python-devel GConf-devel libgnome-keyring-devel"
2015-03-04 15:50:20 +00: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-07-09 11:49:32 +00:00
checksum=5daf7be491d6b46688a9e17f5c36527d27c583d973436c911fc6a63024d0ec08
2015-03-04 15:50:20 +00: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 15:50:20 +00:00
}