dev-lang/metalang99 - 1.13.3 (dm9pZCAq)

Search

Package Information

Description:
Full-blown preprocessor metaprogramming
Homepage:
https://metalang99.readthedocs.io/en/latest/ https://github.com/Hirrolot/metalang99
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.13.3 8 amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Full-blown preprocessor metaprogramming"
HOMEPAGE="
	https://metalang99.readthedocs.io/en/latest/
	https://github.com/Hirrolot/metalang99
"
SRC_URI="
	https://github.com/Hirrolot/${PN}/archive/v${PV}.tar.gz
		-> ${P}.tar.gz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos"

src_compile() {
	:
}

src_install() {
	doheader -r include/*

	einstalldocs

	insinto "/usr/share/doc/${P}/examples"
	doins examples/*.c
}

Manifest for 1.13.3

Type File Size Source URLs
DIST metalang99-1.13.3.tar.gz 325386 bytes https://github.com/Hirrolot/metalang99/archive/v1.13.3.tar.gz