mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
gui-apps/wtype: initial commit
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
319d827d45
commit
efaab1557a
1
gui-apps/wtype/Manifest
Normal file
1
gui-apps/wtype/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST wtype-0.4.tar.gz 8546 BLAKE2B 90973cf1373795004c7f5ec0f5d20b93896c2a9abab9037edc75b9d4af2a14d2acf8fa22df444ea8cbd6594af396522912dd87fa80dd96c04dbfb206ddec69d1 SHA512 d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130
|
11
gui-apps/wtype/metadata.xml
Normal file
11
gui-apps/wtype/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>julien@jroy.ca</email>
|
||||||
|
<name>Julien Roy</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">atx/wtype</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
23
gui-apps/wtype/wtype-0.4.ebuild
Normal file
23
gui-apps/wtype/wtype-0.4.ebuild
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit meson
|
||||||
|
|
||||||
|
DESCRIPTION="xdotool type for wayland"
|
||||||
|
HOMEPAGE="https://github.com/atx/wtype"
|
||||||
|
SRC_URI="https://github.com/atx/wtype/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
meson_src_configure
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user