13 Commits

Author SHA1 Message Date
8d55441855 Add repositories.xml 2024-12-16 21:18:56 +03:00
506fdc3692 Add PortProton ebuild 2024-12-16 21:03:47 +03:00
e1c57e8256 Add PortProton ebuild 2024-12-16 21:02:37 +03:00
5ec33e8583 Clean 2024-09-16 04:16:48 +03:00
3985005bf1 Merge pull request 'Fix inpxer src_unpack' (#4) from www-apps/inpxer into main
Reviewed-on: #4
2024-09-16 03:22:09 +03:00
231bc4b3f1 Fix inpxer src_unpack 2024-09-16 03:22:38 +03:00
27ef1db23b Fix inpxer src_unpack 2024-09-16 03:22:08 +03:00
001e158f8d Add inpxer 2024-09-16 03:10:00 +03:00
16817a5a9d Merge pull request 'www-apps/inpxer' (#3) from www-apps/inpxer into main
Reviewed-on: #3
2024-09-16 03:09:35 +03:00
e595909992 Add building inpxer 2024-09-16 03:09:00 +03:00
7127f0ab66 Add building inpxer (#2)
Reviewed-on: #2
Co-authored-by: Anton Kropachev <root@cppmm.net.ru>
Co-committed-by: Anton Kropachev <root@cppmm.net.ru>
2024-09-16 03:08:39 +03:00
ad04e2f121 Merge pull request 'Add inpxer' (#1) from www-apps/inpxer into main
Reviewed-on: #1
2024-09-16 03:02:11 +03:00
a24935c7c3 Add inpxer 2024-09-16 03:02:03 +03:00
4 changed files with 67 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# cppmm-overlay # cppmm-overlay
Gentoo overlay Gentoo overlay
To add new or update run
```bash
pkgdev manifest
pkgcheck scan
```

View 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}"
}

View 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
View 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>