app-crypt/rotix - 0.83 (gentoo)

Search

Install

Install this version:

emerge -a =app-crypt/rotix-0.83

Package Information

Description:
Rotix allows you to generate rotational obfuscations
Homepage:
https://github.com/shemminga/rotix
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.83 8 amd64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Rotix allows you to generate rotational obfuscations"
HOMEPAGE="https://github.com/shemminga/rotix"
SRC_URI="https://github.com/shemminga/${PN}/releases/download/${PV}/${PN}_${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="nls"

BDEPEND="nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"

PATCHES=(
	"${FILESDIR}/rotix-0.83-meson-build.patch"
	"${FILESDIR}/rotix-0.83-locale.patch"
	"${FILESDIR}/rotix-0.83-interix.patch"
	"${FILESDIR}/rotix-0.83-nl.po-charset.patch"
)

DOCS=(
	README
)

src_prepare() {
	default
	mv po/{NL,nl}.po || die
}

src_configure() {
	local emesonargs=(
		$(meson_use nls i18n)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-crypt/rotix | euse -E <flag> -p app-crypt/rotix | euse -D <flag> -p app-crypt/rotix

Global/Standard Flags

nls

Inherited Eclasses

Dependencies

RDEPEND

nls? ( virtual/libintl )

BDEPEND

nls? ( sys-devel/gettext )

Manifest for 0.83

Type File Size Source URLs
DIST rotix-0.83.tar.gz 15412 bytes https://github.com/shemminga/rotix/releases/download/0.83/rotix_0.83.tar.gz