logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

openpt-1.0.1.ebuild (384B)


  1. # Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. DESCRIPTION="start program in a new pseudo-terminal"
  5. HOMEPAGE="https://hacktivis.me/git/openpt"
  6. SRC_URI="https://hacktivis.me/releases/${PN}/${P}.tar.gz"
  7. KEYWORDS="~amd64"
  8. LICENSE="MPL-2.0"
  9. SLOT="0"
  10. src_install() {
  11. PREFIX='/usr' default
  12. }