mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
dev-hare/hare-json: add 0.24.2
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
49ecb0e3ec
commit
ac9bbaf8f5
1
dev-hare/hare-json/Manifest
Normal file
1
dev-hare/hare-json/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST hare-json-0.24.2.tar.gz 13906 BLAKE2B 5c82ceaf96ac8f01c14c718203888d354cefa17e7de862f28ddcb675a199fdaf802076abb67ec31ac299090fda3392cc527290bfa1eb7b1f745a5d8a7891b648 SHA512 f30e2f2f5ff5ecb6f2ff32c8dc1974587ac6914f141bc1eabf95ded1470b0b2f85f1ae195c11f05779b77b82b724e8dd0d252ed35e6083dfc2df6bbdb23466f0
|
21
dev-hare/hare-json/hare-json-0.24.2.ebuild
Normal file
21
dev-hare/hare-json/hare-json-0.24.2.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="JSON support for Hare"
|
||||
HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-json"
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/hare-json/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="MPL-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv"
|
||||
|
||||
DEPEND=">=dev-lang/hare-0.24.2"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user