commit: 2a440fc4bb161a64ce421b09a13cef357f498870 Author: John M. Harris, Jr. <johnmh <AT> johnmh <DOT> me> AuthorDate: Tue Jun 18 01:24:12 2024 +0000 Commit: John Harris <johnmh <AT> openblox <DOT> org> CommitDate: Tue Jun 18 01:24:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/johnmh.git/commit/?id=2a440fc4
dev-libs/epoll-shim: Add ebuild Signed-off-by: John M. Harris, Jr. <johnmh <AT> johnmh.me> dev-libs/epoll-shim/Manifest | 1 + dev-libs/epoll-shim/epoll-shim-9999.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-libs/epoll-shim/Manifest b/dev-libs/epoll-shim/Manifest new file mode 100644 index 0000000..1fd6b57 --- /dev/null +++ b/dev-libs/epoll-shim/Manifest @@ -0,0 +1 @@ +EBUILD epoll-shim-9999.ebuild 389 BLAKE2B 17fdbd8ae4cf806c748606dee5fcdd391dfd42b53e347e30e3003ea580ca189ee5a8a3539f32d7cc70669743df47d7965880c53edaa7f3002c4d2cdce45189e3 SHA512 2e4ab4a720e5e05751618936c4c3f4bffd04496caf270c84f4317d2df6f0d8c133e89f7495f3e71b1d0b124649c9a4209aaa636db2a3f43375a8e78a7c1cee9a diff --git a/dev-libs/epoll-shim/epoll-shim-9999.ebuild b/dev-libs/epoll-shim/epoll-shim-9999.ebuild new file mode 100644 index 0000000..addc825 --- /dev/null +++ b/dev-libs/epoll-shim/epoll-shim-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 2024 John M. Harris, Jr. +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Official implementation library for the hypr config language" +HOMEPAGE="https://github.com/FreeBSDDesktop/epoll-shim" + +inherit git-r3 +EGIT_REPO_URI="https://github.com/FreeBSDDesktop/epoll-shim.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~riscv"
