makedeb


atom-bin 1.63.1-1


A hackable text editor for the 21st Century

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for atom-bin.

# Maintainer: hiddeninthesand <hiddeninthesand at pm dot me>
# Contributor: Hunter Wittenborn <hunter@hunterwittenborn.com>

pkgname='atom-bin'
pkgver='1.63.1'
pkgrel='1'
pkgdesc="A hackable text editor for the 21st Century"
arch=('x86_64')
depends=('git' 'libgtk-3-0>=3.9.10' 'libgcrypt20' 'libnotify4' 'libxtst6'
         'libnss3>=2:3.22' 'libglib2.0-bin' 'xdg-utils' 'libx11-xcb1' 'libxss1'
         'libxkbfile1' 'libcurl4')
license=('MIT')
url="https://github.com/atom/atom"

source=("${pkgname}-${pkgver}-${arch}.deb"::"${url}/releases/download/v${pkgver}/atom-amd64.deb")
b2sums=('7ffb4bbaad1b928aa7e68e52711e105372de87bc99cc8215ed393f4d3b4695835a37b38315557d78273c35f589559fc32143fc9dcbd6728c8c852d7d41b43dad')

package() {
    # Extract data.tar.xz to pkgdir
    msg2 "Extracting data.tar.xz..."
    tar -xf 'data.tar.xz' -C "${pkgdir}"
}