| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
S="${WORKDIR}/${PN}"
DESCRIPTION="Manage, switch and template licenses"
HOMEPAGE="https://ari.lt/gh/lmgr"
SRC_URI="https://ari.lt/gh/lmgr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=sys-apps/coreutils-8.32-r1
>=sys-libs/ncurses-6.2_p20210619
>=app-shells/fzf-0.27.2
>=dev-vcs/git-2.34.1
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin lmgr
}
>=sys-apps/coreutils-8.32-r1 >=sys-libs/ncurses-6.2_p20210619 >=app-shells/fzf-0.27.2 >=dev-vcs/git-2.34.1
>=sys-apps/coreutils-8.32-r1 >=sys-libs/ncurses-6.2_p20210619 >=app-shells/fzf-0.27.2 >=dev-vcs/git-2.34.1
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lmgr-1.3.tar.gz | 16440 bytes | https://ari.lt/gh/lmgr/archive/v1.3.tar.gz |