Commit 34efcdd1 authored by James T. Lee's avatar James T. Lee
Browse files

Remove ydotool

parent 0c89befc
DIST v0.1.1.tar.gz 9448 BLAKE2B e72fc63d2713fd2af7e23011c7d18412e8596b2f34675d06334e835cc7ab406ceb95c85c05eb56833b4c238c0668b577de41d03eb126fa13fe3472094d8bd922 SHA512 03e046bdd5ea985fb638e4cfa3c32bd4a50812203d563f5989bbaa817a9fe79472a314fe9307c9b9832f666ecfd4823b91c5dc6413ffae4432105e8d198d42d9
EBUILD libevdevplus-0.1.1.ebuild 515 BLAKE2B 9b87e473ef8d2ae5ac0fb32823cf2b142bd06e27a7ff8380623a136508f60d9550da32c5b5adfefcf1040da2f1c59cba208b45ab5832dacc2bee5babff40574b SHA512 149d28ea08d8e33bfa80bbfb7b49cb8f548fa308a663df259bddb1ddc40a9bb3d7ca414a979617319740a1f4640d89a2a338cb4a3c7cf52df2aa929055f298d1
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Easy-to-use event device library in C++"
HOMEPAGE="https://github.com/YukiWorkshop/libevdevPlus"
SRC_URI="https://github.com/YukiWorkshop/${PN}/archive/v${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S=${WORKDIR}/libevdevPlus-${PV}
src_install() {
default
cmake_src_install
find "${D}" -name '*.a' -delete || die
}
DIST v0.1.4.tar.gz 8239 BLAKE2B c6ffb9f1552b174110f46b7b5f434f6c96bea0423e3f76bad189afbcfa05d6ac194599849649f716e9dc6ba0c3086ed74cf2e11ec23bc0b14c1b86025ff92734 SHA512 3b2c1bad3127fd6badd92e2d2ec528f68d0b9f3fdf22f1df81c3491533dcf95867a3e3b1919ad9cbcaf2e85ed3a209171b09bd709f2d71064facf344529ffdc4
EBUILD libuinputplus-0.1.4.ebuild 511 BLAKE2B 113da2e664e60507f00422a38da42860cd58e0d0a848dbd019b6c35f693303d8cc4ae471508f829ab7e83e4b038f52a626e21ce245e8300a9bacff5f05934cb5 SHA512 6299daddb4fb51c7932b9bc7894abca7ef4782bf8a122655d75f6a21f4126d7bd0552e253f8fe7cfd0b8293533d51c4c5685e7f0f70d9ccde108fbe521ab0b46
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Easy-to-use uinput library in C++"
HOMEPAGE="https://github.com/YukiWorkshop/libuInputPlus"
SRC_URI="https://github.com/YukiWorkshop/${PN}/archive/v${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S=${WORKDIR}/libuInputPlus-${PV}
src_install() {
default
cmake_src_install
find "${D}" -name '*.a' -delete || die
}
EBUILD ydotool-9999.ebuild 632 BLAKE2B 4954d02c24a5e410dd00ae951b6bc082cd5c16b35ae794179faa745a78f5b5daaca050bb5d9c755065bb7927266e2f880afc789befeb4c92cf8ea81d8ca91848 SHA512 9c3e620110767f3eeab428fded53f78b8b8dca7a51132c8e07ac789d033d7050dac46ef40848a787317608933c5eeabc2a09ecbae68cec289c7b64ced59b7c6d
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake git-r3
DESCRIPTION="Generic command-line automation tool (no X!)"
HOMEPAGE="https://github.com/ReimuNotMoe/ydotool"
EGIT_REPO_URI="https://gitlab.james.tl/nest/forks/${PN}.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="dev-libs/boost
dev-libs/libevdevplus
dev-libs/libuinputplus
sys-apps/systemd"
DEPEND="${RDEPEND}"
src_prepare() {
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DSTATIC_BUILD=0
)
cmake_src_configure
}
src_install() {
default
cmake_src_install
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment