summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Harris, Jr. <johnmh@johnmh.me>2024-06-17 18:24:12 -0700
committerJohn M. Harris, Jr. <johnmh@johnmh.me>2024-06-17 18:24:12 -0700
commit2a440fc4bb161a64ce421b09a13cef357f498870 (patch)
tree51d881b33beda2e3d25207d33a0542402b2774c5
parentgui-wm/hyprland: Add ebuild (diff)
downloadjohnmh-2a440fc4bb161a64ce421b09a13cef357f498870.tar.gz
johnmh-2a440fc4bb161a64ce421b09a13cef357f498870.tar.bz2
johnmh-2a440fc4bb161a64ce421b09a13cef357f498870.zip
dev-libs/epoll-shim: Add ebuild
Signed-off-by: John M. Harris, Jr. <johnmh@johnmh.me>
-rw-r--r--dev-libs/epoll-shim/Manifest1
-rw-r--r--dev-libs/epoll-shim/epoll-shim-9999.ebuild16
2 files changed, 17 insertions, 0 deletions
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"