dev-libs/hyprlang: treeclean, now in ::gentoo

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-02-22 20:27:25 -05:00
parent 2f218268c3
commit 4a0848eda7
5 changed files with 0 additions and 96 deletions

View File

@@ -1,3 +0,0 @@
DIST hyprlang-0.2.1.gh.tar.gz 61006 BLAKE2B c86f6d2baed289d76de1182bd4e481dd3b28dbbe2c46416b6971dc867f5e2cc6bd3db0e03ddeb14fdb1aeae9df8075c9003b141bf65bdfd2f6d94470de4cbc25 SHA512 f81622b1c99300d8c7c9999276cb598b1ec589d14134b48cbf39f4969ddb14f87b661fbe97ab9dc8562e4bd2a12e86b68c13e35a1baadcda18784100d7944295
DIST hyprlang-0.3.2.gh.tar.gz 62292 BLAKE2B dde270089149db8b99b9bc6c3f6a2ad3b7f36f2c51271285232c135cf3b620274d07a7f920f5178057ccf528addb31497d8fd2c44fa2346cab92da8dad9ddc1b SHA512 ae621eef1736011038e7f1bc18eca87d5d60b1040a70daca70d0ad69ccad1f85dd1b6d429a65b03362183c6bd4901ba6cb72574288b634a5252c43b9ea69be1f
DIST hyprlang-0.4.0.gh.tar.gz 63245 BLAKE2B 79eab1d27c793965e9974cd73e7e4e433f3153c631665acae3866f3181f83dfa774e2728b0abde18926b26a0341b1548ab5d45207b7f3094c4f9e5d01c18f9bf SHA512 f25ac8f5667e7c6600916fa730dcb66cef0f86ebedd7157e94691f3e46350f628d68a3974916c09d709bbb89582d66cf5c707ef263f20964b2f205972d72ebe8

View File

@@ -1,25 +0,0 @@
# 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_prepare() {
default
sed "s/\<lib\>/$(get_libdir)/" -i CMakeLists.txt hyprlang.pc.in
cmake_src_prepare
}

View File

@@ -1,25 +0,0 @@
# 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_prepare() {
default
sed "s/\<lib\>/$(get_libdir)/" -i CMakeLists.txt hyprlang.pc.in
cmake_src_prepare
}

View File

@@ -1,25 +0,0 @@
# 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_prepare() {
default
sed "s/\<lib\>/$(get_libdir)/" -i CMakeLists.txt hyprlang.pc.in
cmake_src_prepare
}

View File

@@ -1,18 +0,0 @@
<?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">hyprwm/hyprlang</remote-id>
</upstream>
</pkgmetadata>