makedeb


github-desktop-bin 3.0.0-1


Simple collaboration from your desktop

Viewing /PKGBUILD.

View raw.

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

# Maintainer: hiddeninthesand <hiddeninthesand at protonmail dot com>

pkgname='github-desktop-bin'
_gitname='desktop'
provides=('github-desktop')
pkgver='3.0.0'
pkgrel='1'
_fakepkgver='3.0.0_linux1'
_pkgver="${_fakepkgver//_/-}"
pkgdesc="Simple collaboration from your desktop"
arch=('x86_64')
depends=('libgtk-3-0' 'libnotify4' 'libnss3' 'libxtst6' 'xdg-utils' 'libatspi2.0-0' 'libdrm2' 'libgbm1' 'libxcb-dri3-0' 'kde-cli-tools|kde-runtime|trash-cli|libglib2.0-bin|gvfs-bin' 'libcurl3|libcurl4' 'libsecret-1-0' 'gnome-keyring')
license=('MIT')
url="https://github.com/shiftkey/desktop/"
conflicts=("github-desktop-git" "github-desktop")

source=("https://github.com/shiftkey/desktop/releases/download/release-${_pkgver}/GithubDesktop-linux-${_pkgver}.deb")
sha256sums=('15c29a4c48f771f3589e64483b9b44678be9c9e3a0cfa83f596788dd0ae73e67')

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