dev-python/mpmath: Bump to 1.4.0_alpha4
[gentoo/gentoo.git] / sys-apps / chname / chname-1.1-r1.ebuild
blobd127e194d273b6d9e36b50cfeabed7e806dd3567
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit toolchain-funcs
8 DESCRIPTION="Run a command with a new system hostname"
9 HOMEPAGE="https://github.com/marineam/chname"
10 SRC_URI="https://github.com/marineam/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="amd64 x86"
16 DEPEND=">=sys-kernel/linux-headers-2.6.16"
18 PATCHES=(
19         "${FILESDIR}"/${P}-flags.patch
22 src_configure() {
23         tc-export CC
26 src_install() {
27         dobin "${PN}"
28         doman "${PN}.1"
29         dodoc README*