dev-util/gshards - 0.2 (guru)

Search

Install

Install this version:

emerge -a =dev-util/gshards-0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/gshards-0.2

Or alternatively:

emerge --autounmask-write -a =dev-util/gshards-0.2

Package Information

Description:
Small helper tools to aid installing Crystal packages in Gentoo
Homepage:
https://git.sysrq.in/gshards/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.2 8 ~amd64 0
View Raw Ebuild
# 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.sr.ht/~cyber/${PN}/archive/${PV}.tar.gz -> ${P}.srht.tar.gz"

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
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/boehm-gc
	dev-libs/libevent:=
	dev-libs/libpcre2:=
	dev-libs/libyaml

RDEPEND

	dev-libs/boehm-gc
	dev-libs/libevent:=
	dev-libs/libpcre2:=
	dev-libs/libyaml

Manifest for 0.2

Type File Size Source URLs
DIST gshards-0.2.srht.tar.gz 1693 bytes https://git.sr.ht/~cyber/gshards/archive/0.2.tar.gz