void-packages/srcpkgs/atom/template
Wilson Birney 8eac03e4c4 atom: update to 1.25.1
Closes #13453.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-18 23:50:27 +02:00

21 lines
720 B
Bash

# Template file for 'atom'
pkgname=atom
version=1.25.1
revision=1
nocross=yes
nostrip=yes
hostmakedepends="git pkg-config python-devel nodejs curl gtk+ libXtst libXScrnSaver nss python alsa-lib"
makedepends="python-devel GConf-devel libgnome-keyring-devel libX11-devel libxkbfile-devel libsecret-devel"
short_desc="Chrome-based text editor from Github"
maintainer="Wilson Birney <wpb@360scada.com>"
license="MIT"
homepage="https://atom.io"
distfiles="https://github.com/atom/atom/archive/v${version}.tar.gz"
checksum=607bfcfe283419d9a987649d02a3004a40272f17f2949049fccf419f8b72cfbb
only_for_archs="i686 x86_64"
do_install() {
vmkdir /usr/share/icons/hicolor
script/build --install=$DESTDIR/usr
vlicense LICENSE.md
}