gentoo-overlay/dev-libs/hyprlang/hyprlang-9999.ebuild
2024-12-17 23:05:25 +02:00

21 lines
447 B
Bash

# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="Official implementation library for the hypr config language"
HOMEPAGE="https://github.com/hyprwm/hyprlang"
EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
virtual/pkgconfig
>=dev-build/cmake-3.19.0
>=gui-libs/hyprutils-0.1.1
"