summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6e5f5174cbd770e172d6a709f5c3f0550f0786ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: zzy-ac <zzy-ac@qq.com>

pkgname=hoptodesk
pkgver=0.1
pkgrel=1
pkgdesc="A Remote Desktop Software free for personal and commercial use.Because the official version number of the software is not given, the package directly chooses to ignore the hash value check. Please carefully consider its security risks"
arch=("x86_64")
url="https://www.hoptodesk.com/"
license=('AGPL-3.0')
source=(https://www.hoptodesk.com/hoptodesk.deb)
sha256sums=('SKIP')

build() {
  mkdir -p "${srcdir}/dpkgdir"
  tar -xvf data.tar.xz -C "${srcdir}/dpkgdir"
}

package() {
  cp -r "${srcdir}/dpkgdir"/* "${pkgdir}"
}