Compare commits
13 Commits
038ef29708
...
main
Author | SHA1 | Date | |
---|---|---|---|
8d55441855
|
|||
506fdc3692
|
|||
e1c57e8256
|
|||
5ec33e8583
|
|||
3985005bf1 | |||
231bc4b3f1
|
|||
27ef1db23b
|
|||
001e158f8d
|
|||
16817a5a9d | |||
e595909992
|
|||
7127f0ab66 | |||
ad04e2f121 | |||
a24935c7c3
|
@ -1,3 +1,8 @@
|
||||
# cppmm-overlay
|
||||
|
||||
Gentoo overlay
|
||||
To add new or update run
|
||||
```bash
|
||||
pkgdev manifest
|
||||
pkgcheck scan
|
||||
```
|
||||
|
34
games-util/portproton/portproton-9999.ebuild
Normal file
34
games-util/portproton/portproton-9999.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Software for playing Microsoft Windows games and launchers"
|
||||
HOMEPAGE="https://linux-gaming.ru/"
|
||||
EGIT_REPO_URI="https://github.com/Castro-Fidel/PortProton_ALT"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="sys-apps/bubblewrap
|
||||
net-misc/wget
|
||||
app-arch/cabextract
|
||||
app-arch/tar
|
||||
dev-libs/openssl
|
||||
media-gfx/icoutils
|
||||
media-libs/mesa
|
||||
net-misc/curl
|
||||
sys-apps/inxi
|
||||
gnome-extra/zenity
|
||||
gnome-extra/yad
|
||||
sys-devel/bc
|
||||
x11-apps/xrandr"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
install -Dm775 "$WORKDIR/${P}/${PN}" "${D}/usr/bin/${PN}"
|
||||
}
|
||||
|
14
metadata/md5-cache/games-util/portproton-9999
Normal file
14
metadata/md5-cache/games-util/portproton-9999
Normal file
@ -0,0 +1,14 @@
|
||||
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=install unpack
|
||||
DEPEND=sys-apps/bubblewrap net-misc/wget app-arch/cabextract app-arch/tar dev-libs/openssl media-gfx/icoutils media-libs/mesa net-misc/curl sys-apps/inxi gnome-extra/zenity gnome-extra/yad sys-devel/bc x11-apps/xrandr
|
||||
DESCRIPTION=Software for playing Microsoft Windows games and launchers
|
||||
EAPI=8
|
||||
HOMEPAGE=https://linux-gaming.ru/
|
||||
INHERIT=git-r3
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=sys-apps/bubblewrap net-misc/wget app-arch/cabextract app-arch/tar dev-libs/openssl media-gfx/icoutils media-libs/mesa net-misc/curl sys-apps/inxi gnome-extra/zenity gnome-extra/yad sys-devel/bc x11-apps/xrandr
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=9139e989d8a26ad5ac2c06cb2a8d5b25
|
13
repositories.xml
Normal file
13
repositories.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<repositories version="1.0">
|
||||
<repo quality="experimental" status="unofficial">
|
||||
<name>cppmm-overlay</name>
|
||||
<description lang="en">cppmm's Custom Gentoo Overlay.</description>
|
||||
<homepage>https://gitea.cppmm.net.ru/gentoo/cppmm-overlay</homepage>
|
||||
<owner type="person">
|
||||
<name>cppmm</name>
|
||||
<email>root@cppmm.net.ru</email>
|
||||
</owner>
|
||||
<source type="git">https://gitea.cppmm.net.ru/gentoo/cppmm-overlay.git</source>
|
||||
</repo>
|
||||
</repositories>
|
Reference in New Issue
Block a user