mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-util/gshards: add 0.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
36
dev-util/gshards/gshards-0.2.ebuild
Normal file
36
dev-util/gshards/gshards-0.2.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit crystal-utils multiprocessing toolchain-funcs
|
||||
|
||||
DESCRIPTION="Small helper tools to aid installing Crystal packages in Gentoo"
|
||||
HOMEPAGE="https://git.sysrq.in/gshards/"
|
||||
SRC_URI="https://git.sysrq.in/gshards/snapshot/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boehm-gc
|
||||
dev-libs/libevent:=
|
||||
dev-libs/libpcre2:=
|
||||
dev-libs/libyaml
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="${CRYSTAL_DEPS}"
|
||||
|
||||
QA_FLAGS_IGNORED='.*'
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
export CRFLAGS="--threads=$(makeopts_jobs) --verbose"
|
||||
|
||||
crystal_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
|
||||
}
|
||||
Reference in New Issue
Block a user