Initial expressvpn ebuild added.

This commit is contained in:
Ronald Farrer 2021-09-09 11:59:43 -07:00
parent 95640aa000
commit 2c2bfc340f
3 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,3 @@
DIST expressvpn_3.11.0.16-1_amd64.deb 22393414 BLAKE2B b79cf52ad95abd664b6d3476021d6bfe58face101522e6be56d10559a032f117c9bfa85216a0163cd5a7976a5ec50318ecf83955d5af6b7e10ed8d4d267763c7 SHA512 cc9c9f346d35b46fc61892478e4252f16fc10d348c0321caebf38912f87700857d8ff19846560e4095999419993eb055a2500e39b9852eb63bb4c91189dca98d
EBUILD expressvpn-bin-3.11.0.16.ebuild 555 BLAKE2B 7f892cf5b137ce2788c3f175687ae5cb167226db1bf61e3ef0fe21232e4f3d468a68aebcc99122a646507fc67cf6937b5c342674708c7ed132c16748e59835f3 SHA512 462ccfa859c809f59565d685a44101b76487b905f5c4f562cf70738525e33601c6fd50564db26b83507554b6e9f0c4921fdc3c7e0386e055af7a3fedc4ea09b9
MISC metadata.xml 253 BLAKE2B 47cb56f9e5d3702254fa6819023e7a71e929a1a96caa8d9631cd6d777ba768441f60225db6b292414315c66aa75c90c28fc626589988f0d8bff045a6d10097f6 SHA512 5fe3ab58191244f019bce4c35455181f33ade3644bd73091a1bdbea999b5f1964e822fa06f09e8436db86bdf33364b49bcb9ca8bc61f7a760cb0c3b400957f3a

View file

@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit unpacker
DESCRIPTION="Commercial VPN"
HOMEPAGE="https://www.expressvpn.works/"
SRC_URI="https://www.expressvpn.works/clients/linux/expressvpn_${PV}-1_amd64.deb"
LICENSE="expressvpn"
SLOT="0"
KEYWORDS="-* ~amd64"
src_unpack(){
unpack_deb ${A}
}
src_install(){
cp -R "${WORKDIR}/usr" "${D}" || die "install failed!"
cp -R "${WORKDIR}/lib" "${D}" || die "install failed!"
cp -R "${WORKDIR}/etc" "${D}" || die "install failed!"
}

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
</pkgmetadata>