2015-03-04 16:50:20 +01:00
|
|
|
# Template file for 'atom'
|
|
|
|
pkgname=atom
|
2016-08-06 22:45:06 +02:00
|
|
|
version=1.9.6
|
2015-09-20 09:31:40 +02:00
|
|
|
revision=1
|
2015-04-24 16:52:05 +02:00
|
|
|
nocross=yes
|
2015-04-24 23:01:46 +02:00
|
|
|
nostrip=yes
|
2016-04-14 22:12:02 +02:00
|
|
|
hostmakedepends="git pkg-config python-devel nodejs git-perl"
|
2015-03-08 09:12:02 +01:00
|
|
|
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"
|
2015-05-25 10:22:29 +02:00
|
|
|
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
2016-08-06 22:45:06 +02:00
|
|
|
checksum=4c27d2344e28d4156eff8a88ed0b66884a77f7e4b2cbaf316c6451b24fd7ff97
|
2015-03-04 16:50:20 +01:00
|
|
|
|
2016-08-06 23:22:24 +02:00
|
|
|
broken="only on build servers"
|
2016-04-14 22:19:35 +02:00
|
|
|
only_for_archs="i686 x86_64"
|
|
|
|
|
2015-03-04 16:50:20 +01:00
|
|
|
do_build() {
|
2016-05-29 21:08:23 +02:00
|
|
|
sed -i -e "/exception-reporting/d" \
|
|
|
|
-e "/metrics/d" package.json
|
2015-03-04 16:50:20 +01:00
|
|
|
script/build
|
|
|
|
}
|
|
|
|
do_install() {
|
2015-03-10 07:49:12 +01:00
|
|
|
script/grunt install --install-dir ${DESTDIR}/usr
|
|
|
|
sed -i "s|${DESTDIR}||g" ${DESTDIR}/usr/share/applications/atom.desktop
|
2015-09-19 18:50:55 +02:00
|
|
|
vlicense LICENSE.md
|
2015-03-08 09:12:02 +01:00
|
|
|
# remove useless static libs
|
|
|
|
find ${DESTDIR} -type f -name \*.a -delete
|
2015-03-04 16:50:20 +01:00
|
|
|
}
|