Replace hamachi/haguichi with zerotier

This commit is contained in:
Phantop 2020-12-06 17:41:17 -05:00
parent bca957c34c
commit 8b5d617c77
3 changed files with 13 additions and 37 deletions

View File

@ -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

View File

@ -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
View 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