-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
1,561 additions
and
1,472 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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 |
---|---|---|
|
@@ -45,7 +45,13 @@ function arch_env() { | |
sed -i "s|{@version}|${VERSION}|g" PKGBUILD | ||
sed -i "s|{@pkgname}|eddie-${PROJECT}|g" PKGBUILD | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel|g" PKGBUILD | ||
|
||
if [ "${PROJECT}" = "cli" ]; then | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel - CLI - prebuilt|g" PKGBUILD | ||
sed -i "s|{@pkgdepends}|(mono openvpn sudo)|g" PKGBUILD | ||
else | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel - UI - prebuilt|g" PKGBUILD | ||
sed -i "s|{@pkgdepends}|(mono openvpn sudo desktop-file-utils libnotify libappindicator-gtk2)|g" PKGBUILD | ||
fi | ||
sed -i "s|{@source}|git+file:///$2/|g" PKGBUILD | ||
sed -i "s|cd \"Eddie-\$pkgver\"|cd \"eddie-air\"|g" PKGBUILD | ||
|
||
|
@@ -62,10 +68,18 @@ function arch_env() { | |
sed -i "s|{@project}|${PROJECT}|g" PKGBUILD | ||
sed -i "s|{@version}|${VERSION}|g" PKGBUILD | ||
sed -i "s|{@pkgname}|eddie-${PROJECT}-git|g" PKGBUILD | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel - beta version|g" PKGBUILD | ||
if [ "${PROJECT}" = "cli" ]; then | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel - CLI - beta|g" PKGBUILD | ||
sed -i "s|{@pkgdepends}|(mono openvpn sudo)|g" PKGBUILD | ||
else | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel - UI - beta|g" PKGBUILD | ||
sed -i "s|{@pkgdepends}|(mono openvpn sudo desktop-file-utils libnotify libappindicator-gtk2)|g" PKGBUILD | ||
fi | ||
sed -i "s|{@source}|git+https://github.com/AirVPN/Eddie.git|g" PKGBUILD | ||
sed -i "s|cd \"Eddie-\$pkgver\"|cd \"Eddie\"|g" PKGBUILD | ||
echo Enter AUR passphrase if requested | ||
if test -f "${SCRIPTDIR}/../signing/aur.key.password.txt"; then # Staff AirVPN | ||
echo if requested, enter $(cat "${SCRIPTDIR}/../signing/aur.key.password.txt") as passphrase | ||
fi | ||
git clone ssh://[email protected]/eddie-${PROJECT}-git.git | ||
cd eddie-${PROJECT}-git | ||
cp ../PKGBUILD . | ||
|
@@ -77,7 +91,13 @@ function arch_env() { | |
sed -i "s|{@project}|${PROJECT}|g" PKGBUILD | ||
sed -i "s|{@version}|${VERSIONSTABLE}|g" PKGBUILD | ||
sed -i "s|{@pkgname}|eddie-${PROJECT}|g" PKGBUILD | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel|g" PKGBUILD | ||
if [ "${PROJECT}" = "cli" ]; then | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel - CLI|g" PKGBUILD | ||
sed -i "s|{@pkgdepends}|(mono openvpn sudo)|g" PKGBUILD | ||
else | ||
sed -i "s|{@pkgdesc}|Eddie - VPN tunnel - UI|g" PKGBUILD | ||
sed -i "s|{@pkgdepends}|(mono openvpn sudo desktop-file-utils libnotify libappindicator-gtk2)|g" PKGBUILD | ||
fi | ||
sed -i "s|{@source}|https://github.com/AirVPN/Eddie/archive/${VERSIONSTABLE}.tar.gz|g" PKGBUILD | ||
echo Enter AUR passphrase if requested | ||
git clone ssh://[email protected]/eddie-${PROJECT}.git | ||
|
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,5 @@ | ||
Packages need (at 2020-20-11 under a rolling Arch minimal): | ||
|
||
# pacman -Syy | ||
# pacman -S pacman-contrib binutils base-devel make cmake gcc | ||
# pacman -S libappindicator-gtk2 libindicator-gtk2 gtk2 |
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
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
Binary file not shown.
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
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
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
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
Oops, something went wrong.