gentoo-ebuilds/app-arch/alien/alien-8.95-r2.ebuild
Atharva 8f9c6c403c
app-arch/alien: ~riscv keyword
Closes: https://github.com/gentoo/gentoo/pull/26960
Signed-off-by: Atharva <atharvaamritkar@protonmail.com>
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2022-08-23 01:31:26 +08:00

25 lines
644 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
HOMEPAGE="https://sourceforge.net/projects/alien-pkg-convert"
SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.xz -> ${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~riscv x86"
IUSE="+bzip2"
RDEPEND="
app-arch/rpm
app-arch/dpkg
dev-util/debhelper
>=app-arch/tar-1.14.91
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-tar-extensions.patch" )