mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-misc/interception-caps2esc: new package, add 0.3.2
Signed-off-by: Hoël Bézier <hoelbezier@riseup.net>
This commit is contained in:
parent
1ea03ad731
commit
339133e66d
1
app-misc/interception-caps2esc/Manifest
Normal file
1
app-misc/interception-caps2esc/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST caps2esc-v0.3.2.tar.bz2 5672 BLAKE2B 0c8e0d314acb1904dd27b0750f4c6bd5e1f17fb1efdd3e0a10b751e1f4aa8d1599bf74203bd07de6fb28c0400fe7b783b44ae574972aaab67ea40286e027d79c SHA512 d7f862ec1875929e5008b5b529d80180c3f526ab8a76c8ac72e75f08af622a1c7e1ad276cc93077bc47d0e99d9ffd139d09a59e4e5fa71438723dd810d1a6a0c
|
@ -0,0 +1,19 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Interception tools plugin switching CAPS and ESC"
|
||||
|
||||
MY_PN="${PN##interception-}"
|
||||
MY_P="${MY_PN}-v${PV}"
|
||||
|
||||
HOMEPAGE="https://gitlab.com/interception/linux/plugins/caps2esc"
|
||||
SRC_URI="https://gitlab.com/interception/linux/plugins/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
11
app-misc/interception-caps2esc/metadata.xml
Normal file
11
app-misc/interception-caps2esc/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>hoelbezier@riseup.net</email>
|
||||
<name>Hoël Bézier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">interception/linux/plugins/caps2esc</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user