sys-libs/libfixposix - 0.4.3 (guru)

Search

Install

Install this version:

emerge -a =sys-libs/libfixposix-0.4.3

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

autounmask =sys-libs/libfixposix-0.4.3

Or alternatively:

emerge --autounmask-write -a =sys-libs/libfixposix-0.4.3

Package Information

Description:
Thin wrapper over POSIX syscalls
Homepage:
https://github.com/sionescu/libfixposix
License:
Boost-1.0

Ebuild Details

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

EAPI=7

# inherit autotools

DESCRIPTION="Thin wrapper over POSIX syscalls"
HOMEPAGE="https://github.com/sionescu/libfixposix"
SRC_URI="https://github.com/sionescu/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="${RDEPEND}"

src_prepare(){
	einfo "Generating autotools files..."
	autoreconf -i -f
	default
}

Manifest for 0.4.3

Type File Size Source URLs
DIST libfixposix-0.4.3.tar.gz 40370 bytes https://github.com/sionescu/libfixposix/archive/refs/tags/v0.4.3.tar.gz