sys-apps/openpt - 1.0.1 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/openpt-1.0.1

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

autounmask =sys-apps/openpt-1.0.1

Or alternatively:

emerge --autounmask-write -a =sys-apps/openpt-1.0.1

Package Information

Description:
start program in a new pseudo-terminal
Homepage:
https://hacktivis.me/git/openpt
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="start program in a new pseudo-terminal"
HOMEPAGE="https://hacktivis.me/git/openpt"
SRC_URI="https://distfiles.hacktivis.me/releases/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="MPL-2.0"
SLOT="0"

IUSE="static"

src_compile() {
	use static && export LDFLAGS="${LDFLAGS} -static"
	default
}

src_install() {
	PREFIX='/usr' default
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/openpt | euse -E <flag> -p sys-apps/openpt | euse -D <flag> -p sys-apps/openpt

Global/Standard Flags

Manifest for 1.0.1

Type File Size Source URLs
DIST openpt-1.0.1.tar.gz 2840 bytes https://distfiles.hacktivis.me/releases/openpt/openpt-1.0.1.tar.gz