mirror of
https://github.com/Phantop/solus-stuff
synced 2025-05-23 07:21:03 +00:00
Replace hamachi/haguichi with zerotier
This commit is contained in:
parent
bca957c34c
commit
8b5d617c77
|
@ -1,21 +0,0 @@
|
|||
name : haguichi
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/ztefn/haguichi.git : master
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- pkgconfig(gtk+-3.0)
|
||||
- pkgconfig(libnotify)
|
||||
- vala
|
||||
rundeps :
|
||||
hamachi
|
||||
setup : |
|
||||
%meson_configure
|
||||
build : |
|
||||
%ninja_build
|
||||
install : |
|
||||
%ninja_install
|
|
@ -1,16 +0,0 @@
|
|||
name : hamachi
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- https://vpn.net/installers/logmein-hamachi-2.1.0.203-x64.tgz : 67d4e845a28b118112ed3bc1d0ae8f84898c640e988a2ac8d38e31dcf697c07f
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
install : |
|
||||
sed -i '3s|.*|HAMACHI_DST=$installdir/opt/logmein-hamachi|' install.sh
|
||||
./install.sh
|
||||
|
||||
install -D -d -m 0755 $installdir/usr/bin
|
||||
ln -sf "/opt/logmein-hamachi/hamachid" $installdir/usr/bin/hamachi
|
||||
install -D -m 00644 hamachi-init $installdir/etc/init.d/logmein-hamachi
|
13
zerotier/package.yml
Normal file
13
zerotier/package.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name : zerotier
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/zerotier/ZeroTierOne.git : master
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install
|
Loading…
Reference in a new issue