src_prepare-overlay/games-util/lgogdownloader-export-credentials/lgogdownloader-export-credentials-1.ebuild
2021-11-03 03:36:48 +01:00

37 lines
671 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Helper script for src_prepare-overlay GOG eclass that exports credentials."
HOMEPAGE="https://github.com/grepwood/lgogdownloader-export-credentials"
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
SRC_URI="
https://github.com/grepwood/${PN}/archive/refs/tags/v${PV}.tar.gz
"
RDEPEND="
app-arch/tar
app-arch/xz-utils
sys-apps/coreutils
sys-apps/sed
>=games-util/lgogdownloader-3.8
app-shells/bash
"
DEPEND="${RDEPEND}"
S=${WORKDIR}
src_compile() {
cp ${S}/${PN}-${PV}/${PN} ${S}
}
src_install() {
dobin ${PN}
}