mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-util/oversteer: add 0.8.3
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
1
games-util/oversteer/Manifest
Normal file
1
games-util/oversteer/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST oversteer-0.8.3.tar.gz 159071 BLAKE2B 30cc41e000a67d52a7f759019d97fb5a5f2d031de278ac026e623cbed2a020df9141cac1fe41ee1a30ab14c7c2846bdbb31d0165badac45c95c25750721a9ebb SHA512 d80586d5d5135191e3f3d63bdd499e61a5c08688433722691b57adc21c59b1e263053077474b0b9dfed8f45e959873410df21362c3a2765faab9352a8c9ae16d
|
||||
13
games-util/oversteer/metadata.xml
Normal file
13
games-util/oversteer/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ericanebula@proton.me</email>
|
||||
<name>Erica Nebula</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/berarma/oversteer/issues</bugs-to>
|
||||
<changelog>https://github.com/berarma/oversteer/releases</changelog>
|
||||
<remote-id type="github">berarma/oversteer</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
43
games-util/oversteer/oversteer-0.8.3.ebuild
Normal file
43
games-util/oversteer/oversteer-0.8.3.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit meson udev
|
||||
|
||||
DESCRIPTION="Steering Wheel Manager for Linux"
|
||||
HOMEPAGE="https://github.com/berarma/oversteer"
|
||||
SRC_URI="https://github.com/berarma/oversteer/archive/v${PV}.tar.gz -> oversteer-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/pygobject
|
||||
dev-python/pyudev
|
||||
dev-python/pyxdg
|
||||
dev-python/evdev
|
||||
sys-devel/gettext
|
||||
dev-libs/appstream-glib
|
||||
dev-python/matplotlib[gtk3]
|
||||
dev-python/scipy
|
||||
"
|
||||
DEPEND="${BDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dpython.bytecompile=2
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
Reference in New Issue
Block a user