summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3c5c2d0a15c1f5906c266cc65cc1c107acf44e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Moses Narrow <moe_narrow@use.startmail.com>
pkgname=atom-bin
_pkgname=${pkgname/-bin/}
pkgver=1.63.1
pkgrel=1
pkgdesc='A hackable text editor for the 21st Century. Repackaged .deb / binary release.'
arch=('x86_64')
url="https://github.com/atom/atom"
license=('MIT')
depends=('apm' 'electron11-bin' 'libxkbfile' 'ripgrep')
optdepends=('ctags: symbol indexing support'
            'git: Git and GitHub integration'
            'hunspell: spell check integration')
provides=('atom')
conflicts=('atom')
options=(!emptydirs)
_archive="$_pkgname-amd64"
#https://github.com/atom/atom/releases/download/v1.63.1/atom-amd64.deb
source=("$url/releases/download/v$pkgver/$_archive.deb")
sha256sums=('5c7c0259062b9d4911d2537bfceaff5316f9de111698840a90d7cd497df891a6')

package() {
	cd $pkgdir
	tar -xpf ${srcdir}/data.tar.xz
	rm $pkgdir/usr/bin/apm
}