mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-radio/adifmerg: add 9999
Signed-off-by: Banana <mail@bananas-playground.net> Part-of: https://github.com/gentoo/gentoo/pull/45158 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
27
media-radio/adifmerg/adifmerg-9999.ebuild
Normal file
27
media-radio/adifmerg/adifmerg-9999.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A small conversion and check utility for ADIF files"
|
||||
HOMEPAGE="https://github.com/oh7bf/adifmerg"
|
||||
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/oh7bf/adifmerg.git"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="examples"
|
||||
|
||||
RDEPEND="dev-lang/perl"
|
||||
|
||||
src_install() {
|
||||
dobin adifmerg
|
||||
doman doc/adifmerg.1
|
||||
dodoc CHANGELOG README.md
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/${PN}
|
||||
doins -r script
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user