net-wireless/desfsh - 9999 (hamari)

Search

Install

Install this version:

emerge -a =net-wireless/desfsh-9999

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

autounmask =net-wireless/desfsh-9999

Or alternatively:

emerge --autounmask-write -a =net-wireless/desfsh-9999

Package Information

Description:
An interactive application for accessing Mifare DESFire NFC tags
Homepage:
https://github.com/hamarituc/desfsh
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

LUA_COMPAT=( lua5-{1..4} )

inherit cmake lua-single

DESCRIPTION="An interactive application for accessing Mifare DESFire NFC tags"
HOMEPAGE="https://github.com/hamarituc/desfsh"

if [[ ${PV} == "9999" ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/hamarituc/desfsh.git"
else
	SRC_URI="https://github.com/hamarituc/desfsh/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="GPL-3"
SLOT="0"

REQUIRED_USE="${LUA_REQUIRED_USE}"
DEPEND="${LUA_DEPS}
	dev-libs/libnfc:=
	dev-libs/openssl:=
	net-wireless/libfreefare:=
	sys-libs/readline:=
	virtual/zlib:=
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libnfc:=
	dev-libs/openssl:=
	net-wireless/libfreefare:=
	sys-libs/readline:=
	virtual/zlib:=

RDEPEND

	dev-libs/libnfc:=
	dev-libs/openssl:=
	net-wireless/libfreefare:=
	sys-libs/readline:=
	virtual/zlib:=

BDEPEND

virtual/pkgconfig