dev-libs/hyprlang: new package, add 0.2.1

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy 2024-01-03 22:51:41 -05:00
parent d0447f9065
commit 4230ebf721
No known key found for this signature in database
GPG Key ID: BEF2297448848842
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST hyprlang-0.2.1.gh.tar.gz 61006 BLAKE2B c86f6d2baed289d76de1182bd4e481dd3b28dbbe2c46416b6971dc867f5e2cc6bd3db0e03ddeb14fdb1aeae9df8075c9003b141bf65bdfd2f6d94470de4cbc25 SHA512 f81622b1c99300d8c7c9999276cb598b1ec589d14134b48cbf39f4969ddb14f87b661fbe97ab9dc8562e4bd2a12e86b68c13e35a1baadcda18784100d7944295

View File

@ -0,0 +1,24 @@
# 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"
IUSE="test"
RESTRICT="!test? ( test )"
BUILD_DIR="${S}/build"
src_install(){
cmake_src_install
dolib.so "${BUILD_DIR}/libhyprlang.so" || die
rm "${D}/usr/lib/libhyprlang.so"
}

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<longdescription>
The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for linux applications.
It's user-friendly, easy to grasp, and easy to implement.
</longdescription>
<upstream>
<bugs-to>https://github.com/hyprwm/hyprlang/issues</bugs-to>
<changelog>https://github.com/hyprwm/hyprlang/releases</changelog>
<remote-id type="github">hypr/hyprlang</remote-id>
</upstream>
</pkgmetadata>