页次: 1
如题,自己编译atom搞了几次都失败了,似乎和网络有关
又发现webupd8的ppa的atom给arch用没有问题而且anthonos负责atom的那位告诫我别编译这货,所以写了这个
# Maintainer: Tom Bu <tom.bu@members.fsf.org>
# Upstream URL: https://github.com/atom/atom
pkgname=atom-editor-bin
pkgver=0.94.0
pkgrel=0
pkgdesc="Text editor from Github"
arch=('x86_64')
url="https://github.com/atom/atom"
license=('MIT')
options=(!strip)
depends=('alsa-lib' 'gconf' 'gtk2' 'libgcrypt15' 'libgnome-keyring' 'libnotify' 'libudev.so.0' 'libxtst' 'nodejs' 'nss' 'python2')
source=("https://launchpadlibrarian.net/174972940/atom_0.94.0~git20140508~webupd8~trusty3_amd64.deb")
sha256sums=('56829954611d4289613d0a37a8bb03148ae51db81a82af5c780256dbddfd235a')
package() {
cd ${srcdir}
tar xf data.tar.xz
cd opt/atom
bsdtar xf atom-linux64-0.94.0~git20140508.tar.xz
rm atom-linux64-0.94.0~git20140508.tar.xz
cd ${srcdir}
chmod -R g-w usr opt
mv usr ${pkgdir}
mv opt ${pkgdir}
}
# vim:set ts=2 sw=2 et:
http://paste.kde.org/pozxqmduy
因为我本人学生而且很多时间会花在anthonos等的开发上面,可能没时间维护,所以就没传aur贴这里了
如果谁愿意传到aur或者我传了以后愿意接手的清留言,谢谢
高效云梯:http://vcup.in/hxf
新浪微博:http://weibo.com/u/2654332495
点点轻博客:http://www.tombu.info
WordPress小站:http://blog.tombu.biz
离线
页次: 1