Skip to content

Commit

Permalink
app-misc/interception-caps2esc: new package, add 0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Hoël Bézier <hoelbezier@riseup.net>
  • Loading branch information
Hoël Bézier committed Nov 17, 2024
1 parent 1ea03ad commit 339133e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-misc/interception-caps2esc/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST caps2esc-v0.3.2.tar.bz2 5672 BLAKE2B 0c8e0d314acb1904dd27b0750f4c6bd5e1f17fb1efdd3e0a10b751e1f4aa8d1599bf74203bd07de6fb28c0400fe7b783b44ae574972aaab67ea40286e027d79c SHA512 d7f862ec1875929e5008b5b529d80180c3f526ab8a76c8ac72e75f08af622a1c7e1ad276cc93077bc47d0e99d9ffd139d09a59e4e5fa71438723dd810d1a6a0c
19 changes: 19 additions & 0 deletions app-misc/interception-caps2esc/interception-caps2esc-0.3.2.ebuild
Original file line number Diff line number Diff line change
@@ -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 changes: 11 additions & 0 deletions app-misc/interception-caps2esc/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 339133e

Please sign in to comment.