dev-libs/stringencoders - 20180406 (2xsaiko)

Search

Package Information

Description:
Fast c-string transformations
Homepage:
https://github.com/client9/stringencoders
License:
MIT

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="Fast c-string transformations"
HOMEPAGE="https://github.com/client9/stringencoders"

MY_COMMIT_HASH="e1448a9415f4ebf6f559c86718193ba067cbb99d"

SRC_URI="https://github.com/client9/stringencoders/archive/${MY_COMMIT_HASH}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/stringencoders-${MY_COMMIT_HASH}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf
}

src_install() {
	emake install DESTDIR="${D}"
	doheader src/modp_stdint.h
}

Manifest for 20180406

Type File Size Source URLs
DIST stringencoders-20180406.tar.gz 142433 bytes https://github.com/client9/stringencoders/archive/e1448a9415f4ebf6f559c86718193ba067cbb99d.tar.gz