summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 41600b459112b9b23bafcb26418b59cd9450649a (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
27
# Maintainer: esrh - https://esrh.me
# Desktop file from gtkcord4-git by dawson dias

pkgname=gtkcord4-bin
_pkgname=gtkcord4
pkgver=0.0.4
pkgrel=1
pkgdesc='Discord client written in go and gtk4, binary release'
arch=('x86_64' 'aarch64')
url='https://github.com/diamondburned/gtkcord4'
license=('GPL3')
provides=('gtkcord4')
conflicts=('gtkcord4' 'gtkcord4-git')
depends=('gtk4' 'gobject-introspection')

source_x86_64=('https://github.com/diamondburned/gtkcord4/releases/download/v0.0.4-2/gtkcord4-linux-x86_64.tar.gz'
               'gtkcord4.desktop::https://aur.archlinux.org/cgit/aur.git/plain/gtkcord4.desktop?h=gtkcord4-git')
sha256sums_x86_64=('SKIP' 'SKIP')

source_aarch64=('https://github.com/diamondburned/gtkcord4/releases/download/v0.0.4-2/gtkcord4-linux-aarch64.tar.gz'
                'gtkcord4.desktop::https://aur.archlinux.org/cgit/aur.git/plain/gtkcord4.desktop?h=gtkcord4-git')
sha256sums_aarch64=('SKIP' 'SKIP')

package() {
    install -Dm755 gtkcord4 "$pkgdir"/usr/bin/gtkcord4
    install -Dm644 "$srcdir/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
}