-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial upload: HillstoneSecureConnect v5.5.0.11593-1
HillstoneSecureConnect
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |