void-packages/srcpkgs/atom/template

30 lines
894 B
Bash
Raw Normal View History

2015-03-04 16:50:20 +01:00
# Template file for 'atom'
pkgname=atom
2016-05-24 10:31:49 +02:00
version=1.7.4
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"
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"
2016-05-24 10:31:49 +02:00
checksum=6ef3bb4c2fea85a7d1c7665fef8aac4e353c8f8da5e2878fea3aecf5437383d4
2015-03-04 16:50:20 +01:00
2016-05-24 10:55:25 +02:00
broken=https://build.voidlinux.eu/builders/i686_builder/builds/23368/steps/shell_3/logs/stdio
2016-04-14 22:19:35 +02:00
only_for_archs="i686 x86_64"
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
2015-09-19 18:50:55 +02:00
vlicense LICENSE.md
# remove useless static libs
find ${DESTDIR} -type f -name \*.a -delete
2015-03-04 16:50:20 +01:00
}