dev-janet/utf8 - 0.4 (amano-kenji)

Search

Install

Install this version:

emerge -a =dev-janet/utf8-0.4

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

autounmask =dev-janet/utf8-0.4

Or alternatively:

emerge --autounmask-write -a =dev-janet/utf8-0.4

Package Information

Description:
Utility functions for UTF-8
Homepage:
https://github.com/crocket/janet-utf8
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
0.4 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit janet-module

DESCRIPTION="Utility functions for UTF-8"
HOMEPAGE="https://github.com/crocket/janet-utf8"
SRC_URI="https://github.com/crocket/janet-utf8/archive/v${PV}.tar.gz -> janet-${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND=""
S="${WORKDIR}/janet-${P}"
DOCS="README.md"

Inherited Eclasses

Manifest for 0.4

Type File Size Source URLs
DIST janet-utf8-0.4.tar.gz 1096 bytes https://github.com/crocket/janet-utf8/archive/v0.4.tar.gz