Add files via upload

This commit is contained in:
KronoZed 2017-02-27 17:58:07 +03:00 committed by GitHub
parent 4297bb3da6
commit 742b9466bc
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST ghetto-skype_1.5.0_amd64.deb 67514964 SHA256 72cd2163dd7c99f64629dbd4059fa057a215032e16a1c7889b77ffe4ed3d44f8 SHA512 332a675cd8efcd9fa83c849274f1a4b0c96d9669b854643b6190d4d89c369c6b8965e98fc6d130e99f1be8099c6e768fe114a1fb36ba74008e372018b5cc8b46 WHIRLPOOL 36b446da368ec043e09defa41df208845dfbf8be91bccadf2b8fe306a20272b80251c644f046632e3fd9cb5b9a4335ff23bb2d8cc6bda30180fd17ff7be82bd1
EBUILD ghetto-skype-1.5.0.ebuild 614 SHA256 31717df5ee8bdfa4da72030fa8e45be087ee46cd4b0676dcd2ecd55e8a82d9b8 SHA512 f33e3d998ca8fe997582981975aa2e5eaf2238eb633dd1616ff99e4f01eca8d291e9a223895d22aa5b751a7de2d030484d41a75edff9afaa68b6281b1425b9fe WHIRLPOOL 62973034ecb3d3415e4ff2864a967016ce4d6a94d6a485b19de26469406c8178689b25eff0ca6b1428fac875f123eae7fc2e3d7da3e3f9aaf99035f77b4cd5a8

View File

@ -1 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils
DESCRIPTION="Free calls, text and picture sharing with anyone, anywhere!"
HOMEPAGE="https://github.com/stanfieldr/ghetto-skype"
SRC_URI="https://github.com/stanfieldr/ghetto-skype/releases/download/v${PV}/ghetto-skype_${PV}_amd64.deb"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="strip"
S="${WORKDIR}"
LICENSE="GPL-3"
src_prepare() {
unpack ./control.tar.gz
unpack ./data.tar.xz
}
src_install(){
doins -r usr
doins -r opt
fperms 755 /opt/Ghetto\ Skype/ghetto-skype
}