Skip to content

Commit

Permalink
Initial upload: HillstoneSecureConnect v5.5.0.11593-1
Browse files Browse the repository at this point in the history
HillstoneSecureConnect
  • Loading branch information
TD-Sky committed Feb 18, 2025
1 parent 87bbec8 commit 2ae2341
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HillstoneSecureConnect/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pkgbase = HillstoneSecureConnect
pkgdesc = HillstoneSecureConnect 是一款建立远程连接的软件, 支持移动设备、Windows、Mac、Linux等设备。
pkgver = v5.5.0.11593
pkgrel = 1
url = https://www.hillstonenet.com.cn/
arch = x86_64
provides = HillstoneSecureConnect
options = !strip
options = !lto
options = !debug
source = HillstoneSecureConnect.tar.gz
sha256sums = 7fa172a94dcd2d7daa26fe41b4ccb1d0a825ca9a3980e9b308f75df28394f12e

pkgname = HillstoneSecureConnect
21 changes: 21 additions & 0 deletions HillstoneSecureConnect/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pkgname=HillstoneSecureConnect
pkgver=v5.5.0.11593
pkgrel=1
pkgdesc="HillstoneSecureConnect 是一款建立远程连接的软件, 支持移动设备、Windows、Mac、Linux等设备。"
arch=('x86_64')
url="https://www.hillstonenet.com.cn/"
provides=("$pkgname")
source=("HillstoneSecureConnect.tar.gz")
sha256sums=('7fa172a94dcd2d7daa26fe41b4ccb1d0a825ca9a3980e9b308f75df28394f12e')
options=(!strip !lto !debug)

package() {
mkdir -p "$pkgdir/opt"
cp -r HillstoneSecureConnect -t "$pkgdir/opt"

mkdir -p "$pkgdir/usr/share/applications"
ln -s "/opt/HillstoneSecureConnect/HillstoneSecureConnect.desktop" -t "$pkgdir/usr/share/applications"

mkdir -p "$pkgdir/etc/systemd/system"
ln -s "/opt/HillstoneSecureConnect/services/HillstoneSecureConnect.service" -t "$pkgdir/etc/systemd/system"
}

0 comments on commit 2ae2341

Please sign in to comment.