sys-apps/rw - 1.0 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/rw-1.0

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

autounmask =sys-apps/rw-1.0

Or alternatively:

emerge --autounmask-write -a =sys-apps/rw-1.0

Package Information

Description:
A dd replacement from the Sortix operating system
Homepage:
https://sortix.org/rw/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.0 9 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=9

DESCRIPTION="A dd replacement from the Sortix operating system"
HOMEPAGE="https://sortix.org/rw/"
SRC_URI="https://sortix.org/rw/release/${PN}-portable-${PV}.tar.gz"

MY_P="${PN}-portable-${PV}"
S="${WORKDIR}/${MY_P}"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_install() {
	emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
}

Manifest for 1.0

Type File Size Source URLs
DIST rw-portable-1.0.tar.gz 12993 bytes https://sortix.org/rw/release/rw-portable-1.0.tar.gz