mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
sys-apps/asus-numpad: drop 0.1
Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
parent
08c753c30e
commit
30f2e04b4f
@ -1,2 +1 @@
|
||||
DIST asus-numpad-0.1.tar.gz 17307 BLAKE2B 9a6601d4a45c08ed09b283ff6011483878dd2e00949e304fc05804b35f9794728676bcdf580411bd13dfa2e0600807a22239672409994152d9cf60a7bb903e73 SHA512 97d92a03a96c23659a35d6e3d86027284ec5494174aec8cd775273d7981be94957355a6352d4e90aeebbfe19268f8787a272754cc09345d0107d77aab9dfdb73
|
||||
DIST asus-numpad-0.2.tar.gz 18351 BLAKE2B 820806dc40a476f9f691bd40b8ff6644143207eb40d392566bdc57b4ed86a044a091351949c27182f4c35f55ad3b279248e2d5044233b0f8bf067964485ff8e0 SHA512 7965f39933f0ffae38ffd37268bc905cf3dd9f1aa874203da7e926962d1cb97630512a49caa34f121b2d4024db25bfd0255afe141fafd4a3b08ad259392ea232
|
||||
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/xytovl/asus-numpad.git"
|
||||
inherit git-r3
|
||||
else
|
||||
TAG="v${PV}"
|
||||
SRC_URI="https://github.com/xytovl/${PN}/archive/${TAG}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
inherit linux-info meson
|
||||
|
||||
DESCRIPTION="User-space driver for Asus numpad"
|
||||
HOMEPAGE="https://github.com/xytovl/asus-numpad"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
COMMON_DEPEND=">=dev-libs/libevdev-1.12.0"
|
||||
DEPEND="${COMMON_DEPEND}"
|
||||
RDEPEND="${COMMON_DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user