app-emulation/wine-cellar - 2018.01.01 (anomen)

Search

Package Information

Description:
Anomen's set of scripts for managing Wine prefixes
Homepage:
https://github.com/anomen-s/anomen-overlay/tree/master/app-emulation/wine-cellar
License:
as-is

Ebuild Details

Version EAPI Keywords Slot
2018.01.01 3 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$
EAPI="3"

DESCRIPTION="Anomen's set of scripts for managing Wine prefixes"
HOMEPAGE="https://github.com/anomen-s/anomen-overlay/tree/master/app-emulation/wine-cellar"
SRC_URI=""

LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND=" || ( virtual/wine app-emulation/wine )"

src_unpack() {
	cp -t "${WORKDIR}"  "${FILESDIR}"/*

}

INSTALL_DIR=/usr/share/wine/cellar

src_install() {
	insinto "$INSTALL_DIR"
	doins *
	fperms 0755 "$INSTALL_DIR/install.sh"
	fperms 0755 "$INSTALL_DIR/create.sh"
}

Dependencies

RDEPEND

 || ( virtual/wine app-emulation/wine )