summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8d72af4b6eaef4104c04dc7d55ea7bb8eadf24f4 (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
28
29
30
# Maintainer: icefox <hd@revive-it.ru>

pkgbase=aspia-client
pkgname=(aspia-client)
pkgver=2.5.2
pkgrel=1
pkgdesc="Remote desktop and file transfer tool."
arch=('x86_64')
url="https://github.com/dchapyshev/aspia"
license=('GPL3')
options=('!strip')

source_x86_64=("${pkgbase}-${pkgver}-${arch}.deb::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${arch}.deb")
sha256sums_x86_64=('5295342c21d099dd1f2ad09559875cb6f22b5367e85d16ec27d2d152775f9fad')

_install_path="/opt/aspia-client"
prepare() {
  yay -S archalien-git
  /usr/bin/archalien ../src/"${pkgbase}-${pkgver}-${arch}.deb"
}

package_aspia-client() {
    provides=("${pkgname}")
    conflicts=("${pkgname}")
    depends=(
        'gtk3'
    )
    sudo pacman -U ../src/"${pkgbase}-${pkgver}-${arch}.tar.zst"

}