mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 07:16:42 +01:00
19 lines
390 B
Bash
19 lines
390 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
inherit git-r3
|
|
|
|
DESCRIPTION="Reading, writing and analysis of magnetic stripe information"
|
|
HOMEPAGE="https://github.com/ioerror/libmsr"
|
|
EGIT_REPO_URI="https://github.com/ioerror/libmsr.git"
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|
|
|