summaryrefslogtreecommitdiff
path: root/dev-libs/hyprlang/hyprlang-0.4.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/hyprlang/hyprlang-0.4.2.ebuild')
-rw-r--r--dev-libs/hyprlang/hyprlang-0.4.2.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/hyprlang/hyprlang-0.4.2.ebuild b/dev-libs/hyprlang/hyprlang-0.4.2.ebuild
new file mode 100644
index 000000000000..4c7b562223db
--- /dev/null
+++ b/dev-libs/hyprlang/hyprlang-0.4.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2023-2024 Gentoo Authors
+# 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/hyprwm/hyprlang"
+SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"