b321d7cfec
Closes #13646. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
21 lines
720 B
Bash
21 lines
720 B
Bash
# Template file for 'atom'
|
|
pkgname=atom
|
|
version=1.26.0
|
|
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=1743713a64b8a6b202e2339469bf6a65d9594dd0efa26c286825b0da9696a822
|
|
only_for_archs="i686 x86_64"
|
|
|
|
do_install() {
|
|
vmkdir /usr/share/icons/hicolor
|
|
script/build --install=$DESTDIR/usr
|
|
vlicense LICENSE.md
|
|
}
|